Home
last modified time | relevance | path

Searched refs:GetAllocatorHeaderAddr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
Dpool_map.h57 const void *GetAllocatorHeaderAddr() const in GetAllocatorHeaderAddr() function
Dmmap_mem_pool-inl.h462 ASSERT(info.GetAllocatorHeaderAddr() != nullptr); in GetAllocatorInfoForAddrImpl()
/arkcompiler/runtime_core/libpandabase/tests/
Dmmap_mem_pool_test.cpp113 …RT_TRUE(ToUintPtr(memPool->GetAllocatorInfoForAddr(first_pool_pointer).GetAllocatorHeaderAddr()) ==
120 …T_TRUE(ToUintPtr(memPool->GetAllocatorInfoForAddr(second_pool_pointer).GetAllocatorHeaderAddr()) ==
Dpool_map_test.cpp98 … ASSERT_EQ(ToUintPtr(GetAllocatorInfoForAddr(pool_addr).GetAllocatorHeaderAddr()), allocator_addr); in CheckRandomPoolAddress()