Home
last modified time | relevance | path

Searched refs:GetAllocatorType (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dstack_like_allocator.h46 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::StackLikeAllocator
H A Dpool_map.cpp48 AllocatorType allocatorType = poolMap_[mapNum].GetAllocatorType(); in GetAllocatorInfo()
H A Dpool_map.h137 AllocatorType GetAllocatorType() const in GetAllocatorType() function in ark::PoolMap::PoolInfo
H A Darena_allocator.cpp153 Arena *newArena = PoolManager::AllocArena(poolSize, spaceType_, GetAllocatorType(), this); in AddArenaFromPool()
H A Darena_allocator.h117 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::ArenaAllocatorT
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dframe_allocator.h64 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::FrameAllocator
H A Dbump-allocator.h132 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::BumpPointerAllocator
H A Dtlab.h252 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::TLAB
H A Dhumongous_obj_allocator.h151 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::HumongousObjAllocator
H A Dfreelist_allocator.h177 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::FreeListAllocator
H A Drunslots_allocator.h162 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::RunSlotsAllocator
H A Dregion_allocator-inl.h579 : RegionAllocatorBase<LockConfigT>(memStats, spaces, spaceType, ObjectAllocator::GetAllocatorType(), initSpaceSize, in RegionNonmovableAllocator()
588 : RegionAllocatorBase<LockConfigT>(memStats, spaces, spaceType, ObjectAllocator::GetAllocatorType(), in RegionNonmovableAllocator()
H A Dregion_allocator.h350 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::final
H A Dallocator.cpp504 YoungGenAllocator::GetAllocatorType(), &youngGenAllocator_); in ObjectAllocatorGen()
/arkcompiler/runtime_core/libpandabase/mem/
H A Dpool_map.cpp51 AllocatorType allocator_type = pool_map_[map_num].GetAllocatorType(); in GetAllocatorInfo()
H A Dpool_map.h133 AllocatorType GetAllocatorType() const in GetAllocatorType() function in panda::PoolMap::PoolInfo
H A Darena_allocator.cpp158 Arena *new_arena = PoolManager::AllocArena(pool_size, space_type_, GetAllocatorType(), this); in AddArenaFromPool()
H A Darena_allocator.h119 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in panda::ArenaAllocatorT
/arkcompiler/runtime_core/static_core/runtime/include/mem/
H A Dallocator-inl.h41 auto pool = heapSpace->TryAllocPool(poolSize, spaceType, AllocT::GetAllocatorType(), objectAllocator); in AddPoolsAndAlloc()

Completed in 11 milliseconds