| /arkcompiler/runtime_core/runtime/tests/ |
| D | allocator_test_base.h | 483 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in OneAlignedAllocFreeTest() local 507 delete mem_stats; in OneAlignedAllocFreeTest() local 520 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in AlignedAllocFreeTest() local 548 delete mem_stats; in AlignedAllocFreeTest() local 554 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in AllocateAndFree() local 575 delete mem_stats; in AllocateAndFree() local 585 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in VisitAndRemoveFreePools() local 638 delete mem_stats; in VisitAndRemoveFreePools() local 650 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in AllocateFreeDifferentSizesTest() local 686 delete mem_stats; in AllocateFreeDifferentSizesTest() local [all …]
|
| D | region_allocator_test.cpp | 167 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 180 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 197 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 213 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 234 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 257 mem::MemStatsType mem_stats; in TEST_F() local 283 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 316 mem::MemStatsType mem_stats; in TEST_F() local 364 mem::MemStatsType mem_stats; in TEST_F() local 403 mem::MemStatsType mem_stats; in TEST_F() local [all …]
|
| D | malloc-proxy-allocator-test.cpp | 54 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 74 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local
|
| D | bump_allocator_test.cpp | 81 mem::MemStatsType mem_stats; in TEST_F() local 131 mem::MemStatsType mem_stats; in TEST_F() local 230 mem::MemStatsType mem_stats; in TEST_F() local
|
| D | rem_set_test.cpp | 88 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 123 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 155 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local
|
| D | hybrid_object_allocator_test.cpp | 91 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 137 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local
|
| D | freelist_allocator_test.cpp | 115 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 190 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 252 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 284 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 414 auto mem_stats = std::unique_ptr<mem::MemStatsType>(); in TEST_F() local
|
| D | runslots_allocator_test.cpp | 113 mem::MemStatsType mem_stats; in TEST_F() local 126 mem::MemStatsType mem_stats; in TEST_F() local 213 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local 298 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local
|
| D | humongous_obj_allocator_test.cpp | 110 mem::MemStatsType mem_stats; in TEST_F() local 123 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | alloc_config.h | 39 static void OnAlloc(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnAlloc() 44 static void OnFree(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnFree() 138 static void OnAlloc(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnAlloc() 143 static void OnFree(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnFree() 203 static void OnAlloc(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnAlloc() 209 static void OnFree(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnFree() 255 [[maybe_unused]] MemStatsType *mem_stats) in OnAlloc() 260 [[maybe_unused]] MemStatsType *mem_stats) in OnFree() 347 [[maybe_unused]] MemStatsType *mem_stats) in OnAlloc() 351 [[maybe_unused]] MemStatsType *mem_stats) in OnFree()
|
| D | region_allocator-inl.h | 33 RegionAllocatorBase<LockConfigT>::RegionAllocatorBase(MemStatsType *mem_stats, GenerationalSpaces *… in RegionAllocatorBase() 61 RegionAllocatorBase<LockConfigT>::RegionAllocatorBase(MemStatsType *mem_stats, GenerationalSpaces *… in RegionAllocatorBase() 114 RegionAllocator<AllocConfigT, LockConfigT>::RegionAllocator(MemStatsType *mem_stats, GenerationalSp… in RegionAllocator() 124 RegionAllocator<AllocConfigT, LockConfigT>::RegionAllocator(MemStatsType *mem_stats, GenerationalSp… in RegionAllocator() 476 …MemStatsType *mem_stats, GenerationalSpaces *spaces, SpaceType space_type, size_t init_space_size,… in RegionNonmovableAllocator() 485 …MemStatsType *mem_stats, GenerationalSpaces *spaces, SpaceType space_type, RegionPool *shared_regi… in RegionNonmovableAllocator() 581 …ionHumongousAllocator<AllocConfigT, LockConfigT>::RegionHumongousAllocator(MemStatsType *mem_stats, in RegionHumongousAllocator()
|
| D | memory_manager.cpp | 29 MemStatsType *mem_stats) in CreateHeapManager() 53 std::unique_ptr<MemStatsType> mem_stats = std::make_unique<MemStatsType>(); in Create() local
|
| D | allocator.cpp | 34 ObjectAllocatorBase::ObjectAllocatorBase(MemStatsType *mem_stats, GCCollectMode gc_collect_mode, in ObjectAllocatorBase() 60 ObjectAllocatorNoGen<MTMode>::ObjectAllocatorNoGen(MemStatsType *mem_stats, bool create_pygote_spac… in ObjectAllocatorNoGen() 404 ObjectAllocatorGenBase::ObjectAllocatorGenBase(MemStatsType *mem_stats, GCCollectMode gc_collect_mo… in ObjectAllocatorGenBase() 420 ObjectAllocatorGen<MTMode>::ObjectAllocatorGen(MemStatsType *mem_stats, bool create_pygote_space_al… in ObjectAllocatorGen() 516 MemStatsType *mem_stats = mem_stats_; in ResetYoungAllocator() local
|
| D | heap_manager.h | 177 bool Initialize(MemStatsType *mem_stats, bool create_pygote_space) in Initialize()
|
| D | memory_manager.h | 130 GCTrigger *gc_trigger, GCStats *gc_stats, MemStatsType *mem_stats, in MemoryManager()
|
| D | heap_manager.cpp | 36 …apManager::Initialize(GCType gc_type, bool single_threaded, bool use_tlab, MemStatsType *mem_stats, in Initialize() 44 #define FWD_GC_INIT(type, mem_stats) \ in Initialize() argument
|
| D | pygote_space_allocator-inl.h | 31 PygoteSpaceAllocator<AllocConfigT>::PygoteSpaceAllocator(MemStatsType *mem_stats) in PygoteSpaceAllocator()
|
| D | bump-allocator-inl.h | 31 … MemStatsType *mem_stats, in BumpPointerAllocator()
|
| D | internal_allocator.cpp | 45 InternalAllocator<Config>::InternalAllocator(MemStatsType *mem_stats) in InternalAllocator()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 46 GCTriggerHeap::GCTriggerHeap(MemStatsType *mem_stats, HeapSpace *heap_space) in GCTriggerHeap() 51 GCTriggerHeap::GCTriggerHeap(MemStatsType *mem_stats, HeapSpace *heap_space, size_t min_heap_size, in GCTriggerHeap() 134 GCAdaptiveTriggerHeap::GCAdaptiveTriggerHeap(MemStatsType *mem_stats, HeapSpace *heap_space, size_t… in GCAdaptiveTriggerHeap() 193 GCTrigger *CreateGCTrigger(MemStatsType *mem_stats, HeapSpace *heap_space, const GCTriggerConfig &c… in CreateGCTrigger()
|
| D | gc_scoped_phase.cpp | 21 GCScopedPhase::GCScopedPhase(MemStatsType *mem_stats, GC *gc, GCPhase new_phase) : mem_stats_(mem_s… in GCScopedPhase()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator.cpp | 29 ArenaAllocatorT<use_oom_handler>::ArenaAllocatorT(SpaceType space_type, BaseMemStats *mem_stats, in ArenaAllocatorT() 42 …om_handler>::ArenaAllocatorT(OOMHandler oom_handler, SpaceType space_type, BaseMemStats *mem_stats, in ArenaAllocatorT()
|
| D | code_allocator.cpp | 28 CodeAllocator::CodeAllocator(BaseMemStats *mem_stats) in CodeAllocator()
|
| /arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/ |
| D | hybrid_object_allocator.cpp | 25 HybridObjectAllocator::HybridObjectAllocator(mem::MemStatsType *mem_stats, bool create_pygote_space… in HybridObjectAllocator()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-allocator.cpp | 27 ObjectAllocatorG1<MTMode>::ObjectAllocatorG1(MemStatsType *mem_stats, in ObjectAllocatorG1() 362 MemStatsType *mem_stats = mem_stats_; in ResetYoungAllocator() local
|