Searched refs:compilerPool (Results 1 – 1 of 1) sorted by relevance
239 …Pool compilerPool = memPool->AllocPool(1_GB, SpaceType::SPACE_TYPE_INTERNAL, AllocatorType::BUMP_A… in TEST_F() local246 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()