Home
last modified time | relevance | path

Searched defs:VisitAndRemoveFreePools (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Dinternal_allocator-inl.h110 void InternalAllocator<Config>::VisitAndRemoveFreePools(MemVisitor mem_visitor) in VisitAndRemoveFreePools() function
Dpygote_space_allocator-inl.h274 inline void PygoteSpaceAllocator<AllocConfigT>::VisitAndRemoveFreePools(const MemVisitor &mem_visit… in VisitAndRemoveFreePools() function
Dbump-allocator-inl.h152 void BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::VisitAndRemoveFreePools(const MemVi… in VisitAndRemoveFreePools() function
Dallocator.cpp126 void ObjectAllocatorNoGen<MTMode>::VisitAndRemoveFreePools(const MemVisitor &mem_visitor) in VisitAndRemoveFreePools() function in panda::mem::ObjectAllocatorNoGen
276 void ObjectAllocatorGen<MTMode>::VisitAndRemoveFreePools(const MemVisitor &mem_visitor) in VisitAndRemoveFreePools() function in panda::mem::ObjectAllocatorGen
Drunslots_allocator-inl.h320 void RunSlotsAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveFreePools(const MemVisitor &mem_vi… in VisitAndRemoveFreePools() function
681 void RunSlotsAllocator<AllocConfigT, LockConfigT>::MemPoolManager::VisitAndRemoveFreePools( in VisitAndRemoveFreePools() function
Dhumongous_obj_allocator-inl.h229 void HumongousObjAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveFreePools(const MemVisitor &me… in VisitAndRemoveFreePools() function
Dfreelist_allocator-inl.h333 void FreeListAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveFreePools(const MemVisitor &mem_vi… in VisitAndRemoveFreePools() function
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.h48 void VisitAndRemoveFreePools([[maybe_unused]] const MemVisitor &mem_visitor) final {} in VisitAndRemoveFreePools() function
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp234 void ObjectAllocatorG1<MTMode>::VisitAndRemoveFreePools(const MemVisitor &mem_visitor) in VisitAndRemoveFreePools() function in panda::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h484 void VisitAndRemoveFreePools(const MemVisitor &mem_visitor) final in VisitAndRemoveFreePools() function
/arkcompiler/runtime_core/runtime/tests/
Dallocator_test_base.h580 inline void AllocatorTest<Allocator>::VisitAndRemoveFreePools(size_t alloc_size) in VisitAndRemoveFreePools() function