Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp25 Space::Space(HeapRegionAllocator *heapRegionAllocator, in Space() argument
28 : heapRegionAllocator_(heapRegionAllocator), in Space()
79 HugeObjectSpace::HugeObjectSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, in HugeObjectSpace() argument
81 : Space(heapRegionAllocator, MemSpaceType::HUGE_OBJECT_SPACE, initialCapacity, maximumCapacity), in HugeObjectSpace()
Dgc_stats.cpp110 HeapRegionAllocator *heapRegionAllocator = heap_->GetHeapRegionAllocator(); in PrintGCMemoryStatistic() local
146 … << STATS_DATA_FORMAT(sizeToMB(heapRegionAllocator->GetAnnoMemoryUsage())) << "MB\n" in PrintGCMemoryStatistic()