Searched defs:allocatorType (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | heap_space.cpp | 152 …Pool HeapSpace::TryAllocPoolBase(size_t poolSize, SpaceType spaceType, AllocatorType allocatorType, in TryAllocPoolBase() 172 Pool HeapSpace::TryAllocPool(size_t poolSize, SpaceType spaceType, AllocatorType allocatorType, voi… in TryAllocPool() 178 …a *HeapSpace::TryAllocArenaBase(size_t arenaSize, SpaceType spaceType, AllocatorType allocatorType, in TryAllocArenaBase() 193 Arena *HeapSpace::TryAllocArena(size_t arenaSize, SpaceType spaceType, AllocatorType allocatorType,… in TryAllocArena() 376 …erationalSpaces::AllocSharedPool(size_t poolSize, SpaceType spaceType, AllocatorType allocatorType, in AllocSharedPool() 386 Pool GenerationalSpaces::AllocAlonePoolForYoung(SpaceType spaceType, AllocatorType allocatorType, v… in AllocAlonePoolForYoung() 396 …onalSpaces::TryAllocPoolForYoung(size_t poolSize, SpaceType spaceType, AllocatorType allocatorType, in TryAllocPoolForYoung() 406 …alSpaces::TryAllocPoolForTenured(size_t poolSize, SpaceType spaceType, AllocatorType allocatorType, in TryAllocPoolForTenured() 414 …GenerationalSpaces::TryAllocPool(size_t poolSize, SpaceType spaceType, AllocatorType allocatorType, in TryAllocPool() 420 …Spaces::TryAllocArenaForTenured(size_t arenaSize, SpaceType spaceType, AllocatorType allocatorType, in TryAllocArenaForTenured() [all …]
|
| D | region_allocator-inl.h | 34 … SpaceType spaceType, AllocatorType allocatorType, in RegionAllocatorBase() 63 … SpaceType spaceType, AllocatorType allocatorType, in RegionAllocatorBase()
|
| D | region_space.cpp | 290 Region *RegionPool::NewRegion(RegionSpace *space, SpaceType spaceType, AllocatorType allocatorType,… in NewRegion()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | pool_map.cpp | 20 …dPoolToMap(const void *poolAddr, size_t poolSize, SpaceType spaceType, AllocatorType allocatorType, in AddPoolToMap() 48 AllocatorType allocatorType = poolMap_[mapNum].GetAllocatorType(); in GetAllocatorInfo() local
|
| D | malloc_mem_pool-inl.h | 40 [[maybe_unused]] AllocatorType allocatorType, in AllocArenaImpl() 80 [[maybe_unused]] AllocatorType allocatorType, in AllocPoolImpl()
|
| D | pool_manager.cpp | 30 Arena *PoolManager::AllocArena(size_t size, SpaceType spaceType, AllocatorType allocatorType, const… in AllocArena()
|
| D | mmap_mem_pool-inl.h | 279 … ArenaT *MmapMemPool::AllocArenaImpl(size_t size, SpaceType spaceType, AllocatorType allocatorType, in AllocArenaImpl() 393 …ne Pool MmapMemPool::AllocPoolUnsafe(size_t size, SpaceType spaceType, AllocatorType allocatorType, in AllocPoolUnsafe() 496 …line Pool MmapMemPool::AllocPoolImpl(size_t size, SpaceType spaceType, AllocatorType allocatorType, in AllocPoolImpl()
|
| D | pool_map.h | 101 … void Initialize(MapNumType segmentFirstMapNum, SpaceType spaceType, AllocatorType allocatorType, in Initialize()
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | pool_map_test.cpp | 50 …void AddToPoolMap(Pool pool, SpaceType spaceType, AllocatorType allocatorType, void *allocatorAddr… in AddToPoolMap() 100 …void CheckRandomPoolAddress(Pool pool, SpaceType spaceType, AllocatorType allocatorType, uintptr_t… in CheckRandomPoolAddress()
|