Home
last modified time | relevance | path

Searched defs:mem_stats (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/runtime/tests/
Dallocator_test_base.h483 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 …]
Dregion_allocator_test.cpp167 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 …]
Dmalloc-proxy-allocator-test.cpp54 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local
74 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local
Dbump_allocator_test.cpp81 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
Drem_set_test.cpp88 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
Dhybrid_object_allocator_test.cpp91 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local
137 mem::MemStatsType *mem_stats = new mem::MemStatsType(); in TEST_F() local
Dfreelist_allocator_test.cpp115 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
Drunslots_allocator_test.cpp113 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
Dhumongous_obj_allocator_test.cpp110 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/
Dalloc_config.h39 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()
Dregion_allocator-inl.h33 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()
476MemStatsType *mem_stats, GenerationalSpaces *spaces, SpaceType space_type, size_t init_space_size,… in RegionNonmovableAllocator()
485MemStatsType *mem_stats, GenerationalSpaces *spaces, SpaceType space_type, RegionPool *shared_regi… in RegionNonmovableAllocator()
581 …ionHumongousAllocator<AllocConfigT, LockConfigT>::RegionHumongousAllocator(MemStatsType *mem_stats, in RegionHumongousAllocator()
Dmemory_manager.cpp29 MemStatsType *mem_stats) in CreateHeapManager()
53 std::unique_ptr<MemStatsType> mem_stats = std::make_unique<MemStatsType>(); in Create() local
Dallocator.cpp34 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
Dheap_manager.h177 bool Initialize(MemStatsType *mem_stats, bool create_pygote_space) in Initialize()
Dmemory_manager.h130 GCTrigger *gc_trigger, GCStats *gc_stats, MemStatsType *mem_stats, in MemoryManager()
Dheap_manager.cpp36 …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
Dpygote_space_allocator-inl.h31 PygoteSpaceAllocator<AllocConfigT>::PygoteSpaceAllocator(MemStatsType *mem_stats) in PygoteSpaceAllocator()
Dbump-allocator-inl.h31MemStatsType *mem_stats, in BumpPointerAllocator()
Dinternal_allocator.cpp45 InternalAllocator<Config>::InternalAllocator(MemStatsType *mem_stats) in InternalAllocator()
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_trigger.cpp46 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()
Dgc_scoped_phase.cpp21 GCScopedPhase::GCScopedPhase(MemStatsType *mem_stats, GC *gc, GCPhase new_phase) : mem_stats_(mem_s… in GCScopedPhase()
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.cpp29 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()
Dcode_allocator.cpp28 CodeAllocator::CodeAllocator(BaseMemStats *mem_stats) in CodeAllocator()
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.cpp25 HybridObjectAllocator::HybridObjectAllocator(mem::MemStatsType *mem_stats, bool create_pygote_space… in HybridObjectAllocator()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp27 ObjectAllocatorG1<MTMode>::ObjectAllocatorG1(MemStatsType *mem_stats, in ObjectAllocatorG1()
362 MemStatsType *mem_stats = mem_stats_; in ResetYoungAllocator() local

12