Searched defs:FreeListAllocatorTest (Results 1 – 2 of 2) sorted by relevance
32 class FreeListAllocatorTest : public AllocatorTest<NonObjectFreeListAllocator> { class34 FreeListAllocatorTest() in FreeListAllocatorTest() function in panda::mem::FreeListAllocatorTest112 TEST_F(FreeListAllocatorTest, SimpleAllocateDifferentObjSizeTest) in TEST_F() argument125 TEST_F(FreeListAllocatorTest, AllocateWriteFreeTest) in TEST_F() argument130 TEST_F(FreeListAllocatorTest, AllocateRandomFreeTest) in TEST_F() argument138 TEST_F(FreeListAllocatorTest, AllocateTooBigObjTest) in TEST_F() argument143 TEST_F(FreeListAllocatorTest, AlignmentAllocTest) in TEST_F() argument149 TEST_F(FreeListAllocatorTest, AllocateTooMuchTest) in TEST_F() argument155 TEST_F(FreeListAllocatorTest, ObjectIteratorTest) in TEST_F() argument160 TEST_F(FreeListAllocatorTest, ObjectCollectionTest) in TEST_F() argument[all …]
334 friend class FreeListAllocatorTest; variable