/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | stack_like_allocator.h | 46 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::StackLikeAllocator
|
H A D | pool_map.cpp | 48 AllocatorType allocatorType = poolMap_[mapNum].GetAllocatorType(); in GetAllocatorInfo()
|
H A D | pool_map.h | 137 AllocatorType GetAllocatorType() const in GetAllocatorType() function in ark::PoolMap::PoolInfo
|
H A D | arena_allocator.cpp | 153 Arena *newArena = PoolManager::AllocArena(poolSize, spaceType_, GetAllocatorType(), this); in AddArenaFromPool()
|
H A D | arena_allocator.h | 117 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::ArenaAllocatorT
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
H A D | frame_allocator.h | 64 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::FrameAllocator
|
H A D | bump-allocator.h | 132 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::BumpPointerAllocator
|
H A D | tlab.h | 252 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::TLAB
|
H A D | humongous_obj_allocator.h | 151 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::HumongousObjAllocator
|
H A D | freelist_allocator.h | 177 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::FreeListAllocator
|
H A D | runslots_allocator.h | 162 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::RunSlotsAllocator
|
H A D | region_allocator-inl.h | 579 : RegionAllocatorBase<LockConfigT>(memStats, spaces, spaceType, ObjectAllocator::GetAllocatorType(), initSpaceSize, in RegionNonmovableAllocator() 588 : RegionAllocatorBase<LockConfigT>(memStats, spaces, spaceType, ObjectAllocator::GetAllocatorType(), in RegionNonmovableAllocator()
|
H A D | region_allocator.h | 350 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in ark::mem::final
|
H A D | allocator.cpp | 504 YoungGenAllocator::GetAllocatorType(), &youngGenAllocator_); in ObjectAllocatorGen()
|
/arkcompiler/runtime_core/libpandabase/mem/ |
H A D | pool_map.cpp | 51 AllocatorType allocator_type = pool_map_[map_num].GetAllocatorType(); in GetAllocatorInfo()
|
H A D | pool_map.h | 133 AllocatorType GetAllocatorType() const in GetAllocatorType() function in panda::PoolMap::PoolInfo
|
H A D | arena_allocator.cpp | 158 Arena *new_arena = PoolManager::AllocArena(pool_size, space_type_, GetAllocatorType(), this); in AddArenaFromPool()
|
H A D | arena_allocator.h | 119 static constexpr AllocatorType GetAllocatorType() in GetAllocatorType() function in panda::ArenaAllocatorT
|
/arkcompiler/runtime_core/static_core/runtime/include/mem/ |
H A D | allocator-inl.h | 41 auto pool = heapSpace->TryAllocPool(poolSize, spaceType, AllocT::GetAllocatorType(), objectAllocator); in AddPoolsAndAlloc()
|