Searched refs:HEAP_DISABLE_COALESCE_ON_FREE (Results 1 – 7 of 7) sorted by relevance
213 #define HEAP_DISABLE_COALESCE_ON_FREE 0x00000080 macro249 HEAP_DISABLE_COALESCE_ON_FREE | \
509 #define HEAP_DISABLE_COALESCE_ON_FREE 128 macro
279 #define HEAP_DISABLE_COALESCE_ON_FREE 0x00000080 macro
132 #define HEAP_DISABLE_COALESCE_ON_FREE 0x00000080 macro181 HEAP_DISABLE_COALESCE_ON_FREE | \
1699 #define HEAP_DISABLE_COALESCE_ON_FREE 0x00000080 // winnt macro1735 HEAP_DISABLE_COALESCE_ON_FREE | \
1397 if (Heap->Flags & HEAP_DISABLE_COALESCE_ON_FREE) in RtlpExtendHeap()1480 Flags |= HEAP_DISABLE_COALESCE_ON_FREE; in RtlCreateHeap()2376 (RtlpGetMode() == UserMode && !(Heap->Flags & HEAP_DISABLE_COALESCE_ON_FREE))) in RtlFreeHeap()
1127 ret |= HEAP_DISABLE_COALESCE_ON_FREE; in heap_flags_from_global_flag()