Searched refs:HapMinimumHeapSize (Results 1 – 1 of 1) sorted by relevance
58 ULONG HapMinimumHeapSize; variable119 if (HapMinimumHeapSize > HeapSize) in MmHapHeapAllocatorExtend()121 HeapSize = HapMinimumHeapSize; in MmHapHeapAllocatorExtend()549 HapMinimumHeapSize = ALIGN_UP_BY(HeapSize, PAGE_SIZE); in MmHaInitialize()