Home
last modified time | relevance | path

Searched refs:GetAllocatorInfo (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dpool_map.cpp45 AllocatorInfo PoolMap::GetAllocatorInfo(const void *addr) const in GetAllocatorInfo() function in ark::PoolMap
H A Dpool_map.h80 PANDA_PUBLIC_API AllocatorInfo GetAllocatorInfo(const void *addr) const;
H A Dmmap_mem_pool-inl.h543 AllocatorInfo info = poolMap_.GetAllocatorInfo(ToVoidPtr(ToUintPtr(addr) - GetMinObjectAddress())); in GetAllocatorInfoForAddrImpl()
/arkcompiler/runtime_core/libpandabase/mem/
H A Dpool_map.cpp48 AllocatorInfo PoolMap::GetAllocatorInfo(const void *addr) const in GetAllocatorInfo() function in panda::PoolMap
H A Dpool_map.h80 AllocatorInfo GetAllocatorInfo(const void *addr) const;
H A Dmmap_mem_pool-inl.h460 AllocatorInfo info = pool_map_.GetAllocatorInfo(ToVoidPtr(ToUintPtr(addr) - GetMinObjectAddress())); in GetAllocatorInfoForAddrImpl()
/arkcompiler/runtime_core/libpandabase/tests/
H A Dpool_map_test.cpp109 return pool_map_.GetAllocatorInfo(addr); in GetAllocatorInfoForAddr()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dpool_map_test.cpp117 return poolMap_.GetAllocatorInfo(addr); in GetAllocatorInfoForAddr()

Completed in 5 milliseconds