Searched defs:FreeListAllocatorTest (Results 1 – 2 of 2) sorted by relevance
32 class FreeListAllocatorTest : public AllocatorTest<NonObjectFreeListAllocator> { class37 FreeListAllocatorTest() in FreeListAllocatorTest() function in ark::mem::FreeListAllocatorTest116 TEST_F(FreeListAllocatorTest, SimpleAllocateDifferentObjSizeTest) in TEST_F() argument131 TEST_F(FreeListAllocatorTest, AllocateWriteFreeTest) in TEST_F() argument137 TEST_F(FreeListAllocatorTest, AllocateRandomFreeTest) in TEST_F() argument145 TEST_F(FreeListAllocatorTest, AllocateTooBigObjTest) in TEST_F() argument150 TEST_F(FreeListAllocatorTest, AlignmentAllocTest) in TEST_F() argument157 TEST_F(FreeListAllocatorTest, AllocateTooMuchTest) in TEST_F() argument163 TEST_F(FreeListAllocatorTest, ObjectIteratorTest) in TEST_F() argument168 TEST_F(FreeListAllocatorTest, ObjectCollectionTest) in TEST_F() argument[all …]
338 friend class FreeListAllocatorTest; variable