Home
last modified time | relevance | path

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

/reactos/boot/environ/lib/mm/
H A Dheapalloc.c58 ULONG HapMinimumHeapSize; variable
119 if (HapMinimumHeapSize > HeapSize) in MmHapHeapAllocatorExtend()
121 HeapSize = HapMinimumHeapSize; in MmHapHeapAllocatorExtend()
549 HapMinimumHeapSize = ALIGN_UP_BY(HeapSize, PAGE_SIZE); in MmHaInitialize()