Searched defs:heapSpace (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | allocator-inl.h | 24 SpaceType spaceType, HeapSpace *heapSpace) in AllocateSafe() 36 … size_t poolSize, SpaceType spaceType, HeapSpace *heapSpace) in AddPoolsAndAlloc()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 52 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/ |
| D | allocator.cpp | 83 RegionSpace* heapSpace = new (std::nothrow) RegionSpace(); in CreateAllocator() local
|
| D | region_space.cpp | 392 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/ |
| D | pygote_space_allocator.h | 95 void SetHeapSpace(HeapSpace *heapSpace) in SetHeapSpace()
|