Searched refs:GetStartAddrPoolForAddr (Results 1 – 10 of 10) sorted by relevance
152 void *GetStartAddrPoolForAddr(const void *addr) const in GetStartAddrPoolForAddr() function
161 void *GetStartAddrPoolForAddr(const void *addr) const in GetStartAddrPoolForAddr() function
180 void *GetStartAddrPoolForAddr(const void *addr) const in GetStartAddrPoolForAddr() function
252 void *GetStartAddrPoolForAddr(const void *addr) const in GetStartAddrPoolForAddr() function
116 ASSERT_TRUE(ToUintPtr(memPool->GetStartAddrPoolForAddr(first_pool_pointer)) ==123 ASSERT_TRUE(ToUintPtr(memPool->GetStartAddrPoolForAddr(second_pool_pointer)) ==
216 …ASSERT_TRUE(ToUintPtr(memPool->GetStartAddrPoolForAddr(firstPoolPointer)) == ToUintPtr(poolWithAll… in TEST_F()222 ASSERT_TRUE(ToUintPtr(memPool->GetStartAddrPoolForAddr(secondPoolPointer)) == in TEST_F()
42 …ASSERT(ToUintPtr(PoolManager::GetMmapMemPool()->GetStartAddrPoolForAddr(object)) == ToUintPtr(regi… in ObjectToRegion()60 auto regionAddr = PoolManager::GetMmapMemPool()->GetStartAddrPoolForAddr(addr); in AddrToRegion()
573 …auto regionAddr = PoolManager::GetMmapMemPool()->GetStartAddrPoolForAddr(const_cast<void *>(addr));
503 ASSERT(PoolManager::GetMmapMemPool()->GetStartAddrPoolForAddr( in IsLive()
772 … static_cast<MemoryPoolHeader *>(PoolManager::GetMmapMemPool()->GetStartAddrPoolForAddr(objMem)); in IsLive()