summaryrefslogtreecommitdiff
path: root/src/pal/inc
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2019-04-09 02:50:28 +0200
committerJan Vorlicek <janvorli@microsoft.com>2019-04-09 03:16:24 +0200
commitcee1a8c9d9c6669318d1567c85457fbcd642587d (patch)
treee0e0b374dba2d35ce9bf3a4696f53625efce19f9 /src/pal/inc
parent060990945a0117cb824b9d1c1e6c3a336533a3ee (diff)
downloadcoreclr-cee1a8c9d9c6669318d1567c85457fbcd642587d.tar.gz
coreclr-cee1a8c9d9c6669318d1567c85457fbcd642587d.tar.bz2
coreclr-cee1a8c9d9c6669318d1567c85457fbcd642587d.zip
Fix several issues
* Fix build on OSX and Linux machines without NUMA installed - there were couple of places where I was missing ifdefs * Fix bug in nodeMaskLength computation * Remove testing change in eeconfig.cpp that has leaked into the PR * Fix GCToOSInterface::GetTotalProcessorCount for embedded GC to return all processors on the system, not just the ones enabled for the current process.
Diffstat (limited to 'src/pal/inc')
-rw-r--r--src/pal/inc/pal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 79bc677830..f4a726e89f 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -2450,6 +2450,11 @@ PALAPI
PAL_GetLogicalCpuCountFromOS(VOID);
PALIMPORT
+DWORD
+PALAPI
+PAL_GetTotalCpuCount(VOID);
+
+PALIMPORT
size_t
PALAPI
PAL_GetRestrictedPhysicalMemoryLimit(VOID);