Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dmmap_mem_pool_test.cpp107 …Pool pool_with_alloc_addr = memPool->AllocPool(POOL_SIZE, SpaceType::SPACE_TYPE_OBJECT, ALLOC_TYPE… variable
109 ASSERT_TRUE(pool_with_alloc_addr.GetMem() != nullptr);
112 …void *first_pool_pointer = ToVoidPtr(ToUintPtr(pool_with_alloc_addr.GetMem()) + POINTER_POOL_OFFSE…
117 ToUintPtr(pool_with_alloc_addr.GetMem()));
127 memPool->FreePool(pool_with_alloc_addr.GetMem(), pool_with_alloc_addr.GetSize());