Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dhumongous_obj_allocator_test.cpp188 TEST_F(HumongousObjAllocatorTest, ObjectCollectionTest) in TEST_F() argument
192ObjectCollectionTest<MIN_ALLOC_SIZE, MAX_ALLOC_SIZE, LOG_ALIGN_MIN, HUMONGOUS_LOG_MAX_ALIGN>(FREE_… in TEST_F()
Drunslots_allocator_test.cpp285 TEST_F(RunSlotsAllocatorTest, ObjectCollectionTest) in TEST_F() argument
287 ObjectCollectionTest<1, RunSlotsType::MaxSlotSize(), LOG_ALIGN_MIN, RUNSLOTS_LOG_MAX_ALIGN>(); in TEST_F()
Dfreelist_allocator_test.cpp168 TEST_F(FreeListAllocatorTest, ObjectCollectionTest) in TEST_F() argument
170 ObjectCollectionTest<FREELIST_ALLOCATOR_MIN_SIZE, MAX_ALLOC_SIZE>(); in TEST_F()
Dallocator_test_base.h288 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