Searched refs:HEAP_FLAG_PAGE_ALLOCS (Results 1 – 5 of 5) sorted by relevance
139 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()
63 if (Flags & (HEAP_FLAG_PAGE_ALLOCS | in RtlpHeapIsSpecial()
228 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()
1762 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()
160 #define HEAP_FLAG_PAGE_ALLOCS 0x01000000 macro