summaryrefslogtreecommitdiff
path: root/src/pal/inc
diff options
context:
space:
mode:
authorMukul Sabharwal <mjsabby@gmail.com>2019-03-28 21:33:24 -0700
committerMukul Sabharwal <mjsabby@gmail.com>2019-04-08 10:27:30 -0700
commitd33f73f69051d2861454081bb3211615413d8ed0 (patch)
tree34636ea9773dae699607c357013075f75850b1a1 /src/pal/inc
parent0d581c79f0b40bd43ad3eb62574bfe78a665fe80 (diff)
downloadcoreclr-d33f73f69051d2861454081bb3211615413d8ed0.tar.gz
coreclr-d33f73f69051d2861454081bb3211615413d8ed0.tar.bz2
coreclr-d33f73f69051d2861454081bb3211615413d8ed0.zip
Add Large pages support in GC
Diffstat (limited to 'src/pal/inc')
-rw-r--r--src/pal/inc/pal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 66d83f1c42..0c9b5a70b1 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -2558,6 +2558,7 @@ SetErrorMode(
#define MEM_MAPPED 0x40000
#define MEM_TOP_DOWN 0x100000
#define MEM_WRITE_WATCH 0x200000
+#define MEM_LARGE_PAGES 0x20000000
#define MEM_RESERVE_EXECUTABLE 0x40000000 // reserve memory using executable memory allocator
PALIMPORT