Home
last modified time | relevance | path

Searched defs:allocatorType (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_space.cpp152 …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 …]
Dregion_allocator-inl.h34 … SpaceType spaceType, AllocatorType allocatorType, in RegionAllocatorBase()
63 … SpaceType spaceType, AllocatorType allocatorType, in RegionAllocatorBase()
Dregion_space.cpp290 Region *RegionPool::NewRegion(RegionSpace *space, SpaceType spaceType, AllocatorType allocatorType,… in NewRegion()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dpool_map.cpp20 …dPoolToMap(const void *poolAddr, size_t poolSize, SpaceType spaceType, AllocatorType allocatorType, in AddPoolToMap()
48 AllocatorType allocatorType = poolMap_[mapNum].GetAllocatorType(); in GetAllocatorInfo() local
Dmalloc_mem_pool-inl.h40 [[maybe_unused]] AllocatorType allocatorType, in AllocArenaImpl()
80 [[maybe_unused]] AllocatorType allocatorType, in AllocPoolImpl()
Dpool_manager.cpp30 Arena *PoolManager::AllocArena(size_t size, SpaceType spaceType, AllocatorType allocatorType, const… in AllocArena()
Dmmap_mem_pool-inl.h279 … 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()
Dpool_map.h101 … void Initialize(MapNumType segmentFirstMapNum, SpaceType spaceType, AllocatorType allocatorType, in Initialize()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dpool_map_test.cpp50 …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()