Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmmap_mem_pool_test.cpp239 …Pool compilerPool = memPool->AllocPool(1_GB, SpaceType::SPACE_TYPE_INTERNAL, AllocatorType::BUMP_A… in TEST_F() local
246 ASSERT_TRUE(compilerPool.GetMem() != nullptr); in TEST_F()
254 …(ToUintPtr(compilerPool.GetMem()) + compilerPool.GetSize() - 1L) > std::numeric_limits<uint32_t>::… in TEST_F()
263 memPool->FreePool(compilerPool.GetMem(), compilerPool.GetSize()); in TEST_F()