Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dinternal_allocator-inl.h110 void InternalAllocator<CONFIG>::VisitAndRemoveFreePools(MemVisitor memVisitor) in VisitAndRemoveFreePools() function
Dpygote_space_allocator-inl.h272 inline void PygoteSpaceAllocator<AllocConfigT>::VisitAndRemoveFreePools(const MemVisitor &memVisito… in VisitAndRemoveFreePools() function
Dbump-allocator-inl.h150 void BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::VisitAndRemoveFreePools(const MemV… in VisitAndRemoveFreePools() function
Drunslots_allocator-inl.h336 void RunSlotsAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveFreePools(const MemVisitor &memVis… in VisitAndRemoveFreePools() function
706 void RunSlotsAllocator<AllocConfigT, LockConfigT>::MemPoolManager::VisitAndRemoveFreePools(const Me… in VisitAndRemoveFreePools() function
Dallocator.cpp176 void ObjectAllocatorNoGen<MT_MODE>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools() function in ark::mem::ObjectAllocatorNoGen
343 void ObjectAllocatorGen<MT_MODE>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools() function in ark::mem::ObjectAllocatorGen
Dhumongous_obj_allocator-inl.h229 void HumongousObjAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveFreePools(const MemVisitor &me… in VisitAndRemoveFreePools() function
Dfreelist_allocator-inl.h342 void FreeListAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveFreePools(const MemVisitor &memVis… in VisitAndRemoveFreePools() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp271 void ObjectAllocatorG1<MT_MODE>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools() function in ark::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h514 void VisitAndRemoveFreePools(const MemVisitor &memVisitor) final in VisitAndRemoveFreePools() function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h308 void VisitAndRemoveFreePools(size_t allocSize) in VisitAndRemoveFreePools() function