Home
last modified time | relevance | path

Searched defs:space_type (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
Dmalloc_mem_pool-inl.h37 inline ArenaT *MallocMemPool::AllocArenaImpl(size_t size, [[maybe_unused]] SpaceType space_type, in AllocArenaImpl()
73 inline Pool MallocMemPool::AllocPoolImpl(size_t size, [[maybe_unused]] SpaceType space_type, in AllocPoolImpl()
Dpool_map.cpp23 void PoolMap::AddPoolToMap(const void *pool_addr, size_t pool_size, SpaceType space_type, Allocator… in AddPoolToMap()
65 SpaceType space_type = pool_map_[map_num].GetSpaceType(); in GetSpaceType() local
Darena_allocator.cpp29 ArenaAllocatorT<use_oom_handler>::ArenaAllocatorT(SpaceType space_type, BaseMemStats *mem_stats, in ArenaAllocatorT()
42 ArenaAllocatorT<use_oom_handler>::ArenaAllocatorT(OOMHandler oom_handler, SpaceType space_type, Bas… in ArenaAllocatorT()
Dspace.h45 constexpr bool IsHeapSpace(SpaceType space_type) in IsHeapSpace()
Dpool_manager.cpp30 Arena *PoolManager::AllocArena(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocArena()
Dmmap_mem_pool-inl.h180 inline ArenaT *MmapMemPool::AllocArenaImpl(size_t size, SpaceType space_type, AllocatorType allocat… in AllocArenaImpl()
312 inline Pool MmapMemPool::AllocPoolUnsafe(size_t size, SpaceType space_type, AllocatorType allocator… in AllocPoolUnsafe()
404 inline Pool MmapMemPool::AllocPoolImpl(size_t size, SpaceType space_type, AllocatorType allocator_t… in AllocPoolImpl()
473 … SpaceType space_type = pool_map_.GetSpaceType(ToVoidPtr(ToUintPtr(addr) - GetMinObjectAddress())); in GetSpaceTypeForAddrImpl() local
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()