Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/
Dheap_space.cpp140 …l HeapSpace::TryAllocPoolBase(size_t pool_size, SpaceType space_type, AllocatorType allocator_type, in TryAllocPoolBase()
155 Pool HeapSpace::TryAllocPool(size_t pool_size, SpaceType space_type, AllocatorType allocator_type, … in TryAllocPool()
161 …HeapSpace::TryAllocArenaBase(size_t arena_size, SpaceType space_type, AllocatorType allocator_type, in TryAllocArenaBase()
176 …na *HeapSpace::TryAllocArena(size_t arena_size, SpaceType space_type, AllocatorType allocator_type, in TryAllocArena()
327 …tionalSpaces::AllocSharedPool(size_t pool_size, SpaceType space_type, AllocatorType allocator_type, in AllocSharedPool()
337 Pool GenerationalSpaces::AllocAlonePoolForYoung(SpaceType space_type, AllocatorType allocator_type,… in AllocAlonePoolForYoung()
347 …lSpaces::TryAllocPoolForYoung(size_t pool_size, SpaceType space_type, AllocatorType allocator_type, in TryAllocPoolForYoung()
357 …paces::TryAllocPoolForTenured(size_t pool_size, SpaceType space_type, AllocatorType allocator_type, in TryAllocPoolForTenured()
365 …erationalSpaces::TryAllocPool(size_t pool_size, SpaceType space_type, AllocatorType allocator_type, in TryAllocPool()
372AllocatorType allocator_type, void *allocator_ptr) in TryAllocArenaForTenured()
[all …]
Dregion_allocator-inl.h34 … SpaceType space_type, AllocatorType allocator_type, in RegionAllocatorBase()
62 … SpaceType space_type, AllocatorType allocator_type, in RegionAllocatorBase()
Dregion_space.cpp230 …gion *RegionPool::NewRegion(RegionSpace *space, SpaceType space_type, AllocatorType allocator_type, in NewRegion()
Dregion_space.h569 … explicit RegionSpace(SpaceType space_type, AllocatorType allocator_type, RegionPool *region_pool) in RegionSpace()
/arkcompiler/runtime_core/libpandabase/mem/
Dmalloc_mem_pool-inl.h38 [[maybe_unused]] AllocatorType allocator_type, in AllocArenaImpl()
74 [[maybe_unused]] AllocatorType allocator_type, in AllocPoolImpl()
Dpool_map.cpp23 …lToMap(const void *pool_addr, size_t pool_size, SpaceType space_type, AllocatorType allocator_type, in AddPoolToMap()
51 AllocatorType allocator_type = pool_map_[map_num].GetAllocatorType(); in GetAllocatorInfo() local
Dpool_manager.cpp30 Arena *PoolManager::AllocArena(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocArena()
Dmmap_mem_pool-inl.h180 …renaT *MmapMemPool::AllocArenaImpl(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocArenaImpl()
312 … Pool MmapMemPool::AllocPoolUnsafe(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocPoolUnsafe()
404 …ne Pool MmapMemPool::AllocPoolImpl(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocPoolImpl()
Dpool_map.h97 … void Initialize(bool first_byte_in_segment, SpaceType space_type, AllocatorType allocator_type, in Initialize()
/arkcompiler/runtime_core/libpandabase/tests/
Dpool_map_test.cpp46 …void AddToPoolMap(Pool pool, SpaceType space_type, AllocatorType allocator_type, void *allocator_a… in AddToPoolMap()
93 …void CheckRandomPoolAddress(Pool pool, SpaceType space_type, AllocatorType allocator_type, uintptr… in CheckRandomPoolAddress()