Searched defs:allocator_type (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/runtime/mem/ |
| D | heap_space.cpp | 140 …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() 372 … AllocatorType allocator_type, void *allocator_ptr) in TryAllocArenaForTenured() [all …]
|
| D | region_allocator-inl.h | 34 … SpaceType space_type, AllocatorType allocator_type, in RegionAllocatorBase() 62 … SpaceType space_type, AllocatorType allocator_type, in RegionAllocatorBase()
|
| D | region_space.cpp | 230 …gion *RegionPool::NewRegion(RegionSpace *space, SpaceType space_type, AllocatorType allocator_type, in NewRegion()
|
| D | region_space.h | 569 … explicit RegionSpace(SpaceType space_type, AllocatorType allocator_type, RegionPool *region_pool) in RegionSpace()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | malloc_mem_pool-inl.h | 38 [[maybe_unused]] AllocatorType allocator_type, in AllocArenaImpl() 74 [[maybe_unused]] AllocatorType allocator_type, in AllocPoolImpl()
|
| D | pool_map.cpp | 23 …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
|
| D | pool_manager.cpp | 30 Arena *PoolManager::AllocArena(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocArena()
|
| D | mmap_mem_pool-inl.h | 180 …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()
|
| D | pool_map.h | 97 … void Initialize(bool first_byte_in_segment, SpaceType space_type, AllocatorType allocator_type, in Initialize()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | pool_map_test.cpp | 46 …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()
|