Home
last modified time | relevance | path

Searched defs:allocatorAddr (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dpool_map.cpp21 const void *allocatorAddr) in AddPoolToMap()
49 const void *allocatorAddr = poolMap_[mapNum].GetAllocatorAddr(); in GetAllocatorInfo() local
Dmalloc_mem_pool-inl.h41 [[maybe_unused]] const void *allocatorAddr) in AllocArenaImpl()
81 [[maybe_unused]] const void *allocatorAddr) in AllocPoolImpl()
Dpool_manager.cpp30 …llocArena(size_t size, SpaceType spaceType, AllocatorType allocatorType, const void *allocatorAddr) in AllocArena()
Dmmap_mem_pool-inl.h280 const void *allocatorAddr) in AllocArenaImpl()
394 const void *allocatorAddr) in AllocPoolUnsafe()
497 const void *allocatorAddr) in AllocPoolImpl()
Dpool_map.h102 const void *allocatorAddr) in Initialize()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dpool_map_test.cpp50 …PoolMap(Pool pool, SpaceType spaceType, AllocatorType allocatorType, void *allocatorAddr = nullptr) in AddToPoolMap()
100 …omPoolAddress(Pool pool, SpaceType spaceType, AllocatorType allocatorType, uintptr_t allocatorAddr) in CheckRandomPoolAddress()
Dmmap_mem_pool_test.cpp208 int *allocatorAddr = new int(); in TEST_F() local