Home
last modified time | relevance | path

Searched defs:memStats (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h186 auto *memStats = new mem::MemStatsType(); in OneAlignedAllocFreeTest() local
210 delete memStats; in OneAlignedAllocFreeTest() local
261 delete memStats; variable
295 delete memStats; variable
313 auto *memStats = new mem::MemStatsType(); in VisitAndRemoveFreePools() local
360 delete memStats; in VisitAndRemoveFreePools() local
391 auto *memStats = new mem::MemStatsType(); in AllocateFreeDifferentSizesTest() local
427 delete memStats; in AllocateFreeDifferentSizesTest() local
437 auto *memStats = new mem::MemStatsType(); in AllocateTooBigObjectTest() local
445 delete memStats; in AllocateTooBigObjectTest() local
[all …]
Dregion_allocator_test.cpp190 auto *memStats = new mem::MemStatsType(); in TEST_F() local
202 auto *memStats = new mem::MemStatsType(); in TEST_F() local
219 auto *memStats = new mem::MemStatsType(); in TEST_F() local
234 auto *memStats = new mem::MemStatsType(); in TEST_F() local
255 auto *memStats = new mem::MemStatsType(); in TEST_F() local
278 mem::MemStatsType memStats; in TEST_F() local
309 auto *memStats = new mem::MemStatsType(); in TEST_F() local
341 mem::MemStatsType memStats; in TEST_F() local
390 mem::MemStatsType memStats; in TEST_F() local
429 mem::MemStatsType memStats; in TEST_F() local
[all …]
Dmalloc-proxy-allocator-test.cpp60 auto *memStats = new mem::MemStatsType(); in TEST_F() local
80 auto *memStats = new mem::MemStatsType(); in TEST_F() local
Drem_set_test.cpp91 auto *memStats = new mem::MemStatsType(); in TEST_F() local
125 auto *memStats = new mem::MemStatsType(); in TEST_F() local
157 auto *memStats = new mem::MemStatsType(); in TEST_F() local
Dbump_allocator_test.cpp119 mem::MemStatsType memStats; in DEATH_TEST_F() local
168 mem::MemStatsType memStats; in TEST_F() local
203 mem::MemStatsType memStats; in TEST_F() local
Dfreelist_allocator_test.cpp119 auto *memStats = new mem::MemStatsType(); in TEST_F() local
198 auto *memStats = new mem::MemStatsType(); in TEST_F() local
257 auto *memStats = new mem::MemStatsType(); in TEST_F() local
290 auto *memStats = new mem::MemStatsType(); in TEST_F() local
420 auto memStats = std::unique_ptr<mem::MemStatsType>(); in TEST_F() local
Drunslots_allocator_test.cpp119 mem::MemStatsType memStats; in TEST_F() local
134 mem::MemStatsType memStats; in TEST_F() local
222 auto *memStats = new mem::MemStatsType(); in TEST_F() local
310 auto *memStats = new mem::MemStatsType(); in TEST_F() local
Dhumongous_obj_allocator_test.cpp115 mem::MemStatsType memStats; in TEST_F() local
128 auto *memStats = new mem::MemStatsType(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dalloc_config.h38 static void OnAlloc(size_t size, SpaceType typeMem, MemStatsType *memStats) in OnAlloc()
43 static void OnFree(size_t size, SpaceType typeMem, MemStatsType *memStats) in OnFree()
131 static void OnAlloc(size_t size, SpaceType typeMem, MemStatsType *memStats) in OnAlloc()
136 static void OnFree(size_t size, SpaceType typeMem, MemStatsType *memStats) in OnFree()
192 static void OnAlloc(size_t size, SpaceType typeMem, MemStatsType *memStats) in OnAlloc()
198 static void OnFree(size_t size, SpaceType typeMem, MemStatsType *memStats) in OnFree()
240 [[maybe_unused]] MemStatsType *memStats) in OnAlloc()
245 [[maybe_unused]] MemStatsType *memStats) in OnFree()
319 [[maybe_unused]] MemStatsType *memStats) in OnAlloc()
323 [[maybe_unused]] MemStatsType *memStats) in OnFree()
Dmemory_manager.cpp28 GCType gcType, MemStatsType *memStats) in CreateHeapManager()
54 std::unique_ptr<MemStatsType> memStats = std::make_unique<MemStatsType>(); in Create() local
Dregion_allocator-inl.h33 RegionAllocatorBase<LockConfigT>::RegionAllocatorBase(MemStatsType *memStats, GenerationalSpaces *s… in RegionAllocatorBase()
62 RegionAllocatorBase<LockConfigT>::RegionAllocatorBase(MemStatsType *memStats, GenerationalSpaces *s… in RegionAllocatorBase()
133 RegionAllocator<AllocConfigT, LockConfigT>::RegionAllocator(MemStatsType *memStats, GenerationalSpa… in RegionAllocator()
144 RegionAllocator<AllocConfigT, LockConfigT>::RegionAllocator(MemStatsType *memStats, GenerationalSpa… in RegionAllocator()
601MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, boo… in RegionNonmovableAllocator()
610MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, RegionPool *sharedRegionP… in RegionNonmovableAllocator()
731 …gionHumongousAllocator<AllocConfigT, LockConfigT>::RegionHumongousAllocator(MemStatsType *memStats, in RegionHumongousAllocator()
Dheap_manager.h218 bool Initialize(MemStatsType *memStats, bool createPygoteSpace) in Initialize()
234 bool Initialize(MemStatsType *memStats, MTModeT multithreadingMode, bool createPygoteSpace) in Initialize()
Dallocator.cpp37 ObjectAllocatorBase::ObjectAllocatorBase(MemStatsType *memStats, GCCollectMode gcCollectMode, in ObjectAllocatorBase()
90 ObjectAllocatorNoGen<MT_MODE>::ObjectAllocatorNoGen(MemStatsType *memStats, bool createPygoteSpaceA… in ObjectAllocatorNoGen()
470 ObjectAllocatorGenBase::ObjectAllocatorGenBase(MemStatsType *memStats, GCCollectMode gcCollectMode, in ObjectAllocatorGenBase()
486 ObjectAllocatorGen<MT_MODE>::ObjectAllocatorGen(MemStatsType *memStats, bool createPygoteSpaceAlloc… in ObjectAllocatorGen()
591 MemStatsType *memStats = memStats_; in ResetYoungAllocator() local
Dmemory_manager.h133 GCTrigger *gcTrigger, GCStats *gcStats, MemStatsType *memStats, in MemoryManager()
Dpygote_space_allocator-inl.h31 PygoteSpaceAllocator<AllocConfigT>::PygoteSpaceAllocator(MemStatsType *memStats) in PygoteSpaceAllocator()
Dbump-allocator-inl.h31MemStatsType *memStats, in BumpPointerAllocator()
Dinternal_allocator.cpp45 InternalAllocator<CONFIG>::InternalAllocator(MemStatsType *memStats) in InternalAllocator()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator.cpp28 ArenaAllocatorT<USE_OOM_HANDLER>::ArenaAllocatorT(SpaceType spaceType, BaseMemStats *memStats, in ArenaAllocatorT()
41 …E_OOM_HANDLER>::ArenaAllocatorT(OOMHandler oomHandler, SpaceType spaceType, BaseMemStats *memStats, in ArenaAllocatorT()
Dcode_allocator.cpp28 CodeAllocator::CodeAllocator(BaseMemStats *memStats) in CodeAllocator()
/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()
356 PauseTimeGoalTrigger::PauseTimeGoalTrigger(MemStatsType *memStats, size_t minHeapSize, uint8_t perc… in PauseTimeGoalTrigger()
Dgc_stats.cpp124 GCStats::GCStats(MemStatsType *memStats, GCType gcTypeFromRuntime, InternalAllocatorPtr allocator) in GCStats()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/cmc-gc-adapter/
Dcmc-allocator-adapter.cpp27 CMCObjectAllocatorAdapter<MT_MODE>::CMCObjectAllocatorAdapter(MemStatsType *memStats, bool createPy… in CMCObjectAllocatorAdapter()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dregister_native_allocation_test.cpp56 mem::MemStatsType *memStats = Thread::GetCurrent()->GetVM()->GetMemStats(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp65 auto memStats = this->GetPandaVm()->GetMemStats(); in RunPhasesImpl() local
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h79 … explicit Allocator(MemStatsType *memStats, AllocatorPurpose purpose, GCCollectMode gcCollectMode) in Allocator()
486 explicit AllocatorSingleT(MemStatsType *memStats) in AllocatorSingleT()

12