Home
last modified time | relevance | path

Searched refs:RtlpPageHeapEnabled (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/ntdll/include/
H A Dntdllp.h60 extern BOOLEAN RtlpPageHeapEnabled;
/reactos/sdk/lib/rtl/
H A Dheap.h318 extern BOOLEAN RtlpPageHeapEnabled;
H A Dheappage.c107 BOOLEAN RtlpPageHeapEnabled = FALSE; variable
H A Dheap.c1441 if (RtlpPageHeapEnabled && !Addr && !Lock) in RtlCreateHeap()
/reactos/dll/ntdll/ldr/
H A Dverifier.c94 RtlpPageHeapEnabled = TRUE; in LdrpInitializeApplicationVerifierPackage()
H A Dldrinit.c2055 if (RtlpPageHeapEnabled && DebugProcessHeapOnly) in LdrpInitializeProcess()
2058 RtlpPageHeapEnabled = FALSE; in LdrpInitializeProcess()