Home
last modified time | relevance | path

Searched defs:heapSpace (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator-inl.h24 SpaceType spaceType, HeapSpace *heapSpace) in AllocateSafe()
36 … size_t poolSize, SpaceType spaceType, HeapSpace *heapSpace) in AddPoolsAndAlloc()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.cpp52 GCTriggerHeap::GCTriggerHeap(MemStatsType *memStats, HeapSpace *heapSpace) : heapSpace_(heapSpace),… in GCTriggerHeap()
56 GCTriggerHeap::GCTriggerHeap(MemStatsType *memStats, HeapSpace *heapSpace, size_t minHeapSize, uint… in GCTriggerHeap()
138 GCAdaptiveTriggerHeap::GCAdaptiveTriggerHeap(MemStatsType *memStats, HeapSpace *heapSpace, size_t m… in GCAdaptiveTriggerHeap()
198 GCTrigger *CreateGCTrigger(MemStatsType *memStats, HeapSpace *heapSpace, const GCTriggerConfig &con… in CreateGCTrigger()
260 GCTriggerDebug::GCTriggerDebug(uint64_t debugStart, HeapSpace *heapSpace) in GCTriggerDebug()
289 GCTriggerHeapOccupancy::GCTriggerHeapOccupancy(HeapSpace *heapSpace, uint32_t maxTriggerPercent) in GCTriggerHeapOccupancy()
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dallocator.cpp83 RegionSpace* heapSpace = new (std::nothrow) RegionSpace(); in CreateAllocator() local
Dregion_space.cpp392 RegionSpace& heapSpace = reinterpret_cast<RegionSpace&>(Heap::GetHeap().GetAllocator()); in ToSpaceAllocate() local
442 RegionSpace& heapSpace = reinterpret_cast<RegionSpace&>(Heap::GetHeap().GetAllocator()); in AllocateImpl() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dpygote_space_allocator.h95 void SetHeapSpace(HeapSpace *heapSpace) in SetHeapSpace()