Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dhumongous_obj_allocator_test.cpp196 TEST_F(HumongousObjAllocatorTest, ObjectIteratorInRangeTest) in TEST_F() argument
200ObjectIteratorInRangeTest<MIN_ALLOC_SIZE, MAX_ALLOC_SIZE, LOG_ALIGN_MIN, HUMONGOUS_LOG_MAX_ALIGN>( in TEST_F()
Drunslots_allocator_test.cpp284 TEST_F(RunSlotsAllocatorTest, ObjectIteratorInRangeTest) in TEST_F() argument
286ObjectIteratorInRangeTest<1, RunSlotsType::MaxSlotSize(), LOG_ALIGN_MIN, RUNSLOTS_LOG_MAX_ALIGN>( in TEST_F()
Dfreelist_allocator_test.cpp173 TEST_F(FreeListAllocatorTest, ObjectIteratorInRangeTest) in TEST_F() argument
175 ObjectIteratorInRangeTest<FREELIST_ALLOCATOR_MIN_SIZE, MAX_ALLOC_SIZE>( in TEST_F()
Dallocator_test_base.h667 …void ObjectIteratorInRangeTest(size_t rangeIterationSize, size_t freeGranularity = 4, size_t pools…