Searched defs:HumongousObjAllocatorTest (Results 1 – 2 of 2) sorted by relevance
31 class HumongousObjAllocatorTest : public AllocatorTest<NonObjectHumongousObjAllocator> { class33 HumongousObjAllocatorTest() in HumongousObjAllocatorTest() function in panda::mem::HumongousObjAllocatorTest102 TEST_F(HumongousObjAllocatorTest, CheckIncorrectMemoryPoolReusageTest) in TEST_F() argument120 TEST_F(HumongousObjAllocatorTest, SimpleAllocateDifferentObjSizeTest) in TEST_F() argument145 TEST_F(HumongousObjAllocatorTest, AllocateWriteFreeTest) in TEST_F() argument152 TEST_F(HumongousObjAllocatorTest, AllocateRandomFreeTest) in TEST_F() argument159 TEST_F(HumongousObjAllocatorTest, AlignmentAllocTest) in TEST_F() argument167 TEST_F(HumongousObjAllocatorTest, AllocateTooMuchTest) in TEST_F() argument173 TEST_F(HumongousObjAllocatorTest, ObjectIteratorTest) in TEST_F() argument181 TEST_F(HumongousObjAllocatorTest, ObjectCollectionTest) in TEST_F() argument[all …]
314 friend class HumongousObjAllocatorTest; variable