Index: lib/rtl/heap.c =================================================================== --- lib/rtl/heap.c (revision 66476) +++ lib/rtl/heap.c (working copy) @@ -1235,6 +1235,8 @@ NTSTATUS Status; ULONG MaxBlockSize; + RtlpPageHeapEnabled = TRUE; + /* Check for a special heap */ if (RtlpPageHeapEnabled && !Addr && !Lock) { @@ -1255,6 +1257,8 @@ Flags &= HEAP_CREATE_VALID_MASK; } + if (!Addr) Flags |= HEAP_FLAG_PAGE_ALLOCS; + /* TODO: Capture parameters, once we decide to use SEH */ if (!Parameters) Parameters = &SafeParams;