summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r--src/pal/inc/pal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 35c9a51f43..0f470d9668 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -2853,6 +2853,14 @@ PAL_GetSymbolModuleBase(void *symbol);
PALIMPORT
LPVOID
PALAPI
+PAL_VirtualReserveFromExecutableMemoryAllocatorWithinRange(
+ IN LPCVOID lpBeginAddress,
+ IN LPCVOID lpEndAddress,
+ IN SIZE_T dwSize);
+
+PALIMPORT
+LPVOID
+PALAPI
VirtualAlloc(
IN LPVOID lpAddress,
IN SIZE_T dwSize,