Home
last modified time | relevance | path

Searched refs:HEAP_FLAG_PAGE_ALLOCS (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/rtl/
H A Dheapdbg.c139 if (Heap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) in RtlDebugAllocateHeap()
206 if (Heap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) in RtlDebugReAllocateHeap()
276 if (Heap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) in RtlDebugFreeHeap()
333 if (Heap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) in RtlDebugGetUserInfoHeap()
385 if (Heap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) in RtlDebugSetUserValueHeap()
442 if (Heap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) in RtlDebugSetUserFlagsHeap()
503 if (Heap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) in RtlDebugSizeHeap()
H A Dheap.h63 if (Flags & (HEAP_FLAG_PAGE_ALLOCS | in RtlpHeapIsSpecial()
H A Dheappage.c228 if (NormalHeap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) in RtlpDphPointerFromHandle()
1577 HeapPtr->Flags = Flags | HEAP_FLAG_PAGE_ALLOCS; in RtlpPageHeapCreate()
1578 HeapPtr->ForceFlags = Flags | HEAP_FLAG_PAGE_ALLOCS; in RtlpPageHeapCreate()
H A Dheap.c1762 if (Heap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) return RtlpPageHeapDestroy(HeapPtr); in RtlDestroyHeap()
3130 if (Heap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) in RtlLockHeap()
3167 if (Heap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) in RtlUnlockHeap()
3742 if (Heap->ForceFlags & HEAP_FLAG_PAGE_ALLOCS) in RtlValidateHeap()
/reactos/sdk/include/ndk/
H A Drtltypes.h160 #define HEAP_FLAG_PAGE_ALLOCS 0x01000000 macro