ntdll: Support MEM_RESERVE_PLACEHOLDER in NtAllocateVirtualMemoryEx().
commit383d43d6cc359582fef9449bea42eb838c990213
authorPaul Gofman <pgofman@codeweavers.com>
Fri, 11 Nov 2022 00:53:10 +0000 (10 18:53 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 25 May 2023 14:21:17 +0000 (25 16:21 +0200)
tree66001a73128e5cf37b1e4c23420e4de503528986
parent9dd6a66060942abdf1dfdd33c346f2c1fd92505a
ntdll: Support MEM_RESERVE_PLACEHOLDER in NtAllocateVirtualMemoryEx().

Based on a patch by Nikolay Sivov.
dlls/kernelbase/tests/process.c
dlls/ntdll/tests/virtual.c
dlls/ntdll/unix/virtual.c