Searched refs:HEAP_SEGMENTS (Results 1 – 2 of 2) sorted by relevance
212 for (Index = 0; Index < HEAP_SEGMENTS; ++Index) in RtlpInitializeHeap()1217 ASSERT(SegmentOffset < HEAP_SEGMENTS); in RtlpCoalesceFreeBlocks()1257 ASSERT(SegmentOffset < HEAP_SEGMENTS); in RtlpCoalesceFreeBlocks()1284 EmptyIndex = HEAP_SEGMENTS; in RtlpExtendHeap()1285 for (Index = 0; Index < HEAP_SEGMENTS; Index++) in RtlpExtendHeap()1310 EmptyIndex == HEAP_SEGMENTS) in RtlpExtendHeap()1319 (EmptyIndex != HEAP_SEGMENTS)) in RtlpExtendHeap()1826 for (i = HEAP_SEGMENTS - 1; i >= 0; i--) in RtlDestroyHeap()1962 ASSERT(SegmentOffset < HEAP_SEGMENTS); in RtlpSplitEntry()2525 ASSERT(SegmentOffset < HEAP_SEGMENTS); in RtlpGrowBlockInPlace()[all …]
15 #define HEAP_SEGMENTS 64 macro253 struct _HEAP_SEGMENT *Segments[HEAP_SEGMENTS]; //FIXME: non-Vista