Searched refs:ObjectCollectionTest (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | humongous_obj_allocator_test.cpp | 188 TEST_F(HumongousObjAllocatorTest, ObjectCollectionTest) in TEST_F() argument 192 …ObjectCollectionTest<MIN_ALLOC_SIZE, MAX_ALLOC_SIZE, LOG_ALIGN_MIN, HUMONGOUS_LOG_MAX_ALIGN>(FREE_… in TEST_F()
|
| D | runslots_allocator_test.cpp | 285 TEST_F(RunSlotsAllocatorTest, ObjectCollectionTest) in TEST_F() argument 287 ObjectCollectionTest<1, RunSlotsType::MaxSlotSize(), LOG_ALIGN_MIN, RUNSLOTS_LOG_MAX_ALIGN>(); in TEST_F()
|
| D | freelist_allocator_test.cpp | 168 TEST_F(FreeListAllocatorTest, ObjectCollectionTest) in TEST_F() argument 170 ObjectCollectionTest<FREELIST_ALLOCATOR_MIN_SIZE, MAX_ALLOC_SIZE>(); in TEST_F()
|
| D | allocator_test_base.h | 288 void ObjectCollectionTest(size_t freeGranularity = 4, size_t poolsCount = 2); 854 inline void AllocatorTest<Allocator>::ObjectCollectionTest(size_t freeGranularity, size_t poolsCoun… in ObjectCollectionTest() function
|