Searched refs:ObjectIteratorInRangeTest (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | humongous_obj_allocator_test.cpp | 196 TEST_F(HumongousObjAllocatorTest, ObjectIteratorInRangeTest) in TEST_F() argument 200 … ObjectIteratorInRangeTest<MIN_ALLOC_SIZE, MAX_ALLOC_SIZE, LOG_ALIGN_MIN, HUMONGOUS_LOG_MAX_ALIGN>( in TEST_F()
|
| D | runslots_allocator_test.cpp | 284 TEST_F(RunSlotsAllocatorTest, ObjectIteratorInRangeTest) in TEST_F() argument 286 … ObjectIteratorInRangeTest<1, RunSlotsType::MaxSlotSize(), LOG_ALIGN_MIN, RUNSLOTS_LOG_MAX_ALIGN>( in TEST_F()
|
| D | freelist_allocator_test.cpp | 173 TEST_F(FreeListAllocatorTest, ObjectIteratorInRangeTest) in TEST_F() argument 175 ObjectIteratorInRangeTest<FREELIST_ALLOCATOR_MIN_SIZE, MAX_ALLOC_SIZE>( in TEST_F()
|
| D | allocator_test_base.h | 667 …void ObjectIteratorInRangeTest(size_t rangeIterationSize, size_t freeGranularity = 4, size_t pools…
|