Searched defs:RunSlotsAllocatorTest (Results 1 – 2 of 2) sorted by relevance
29 class RunSlotsAllocatorTest : public AllocatorTest<NonObjectAllocator> { class31 RunSlotsAllocatorTest() in RunSlotsAllocatorTest() function in panda::mem::RunSlotsAllocatorTest102 TEST_F(RunSlotsAllocatorTest, SimpleRunSlotsTest) in TEST_F() argument110 TEST_F(RunSlotsAllocatorTest, SimpleAllocateDifferentObjSizeTest) in TEST_F() argument122 TEST_F(RunSlotsAllocatorTest, TestReleaseRunSlotsPagesTest) in TEST_F() argument164 TEST_F(RunSlotsAllocatorTest, AllocateAllPossibleSizesFreeTest) in TEST_F() argument171 TEST_F(RunSlotsAllocatorTest, AllocateWriteFreeTest) in TEST_F() argument176 TEST_F(RunSlotsAllocatorTest, AllocateRandomFreeTest) in TEST_F() argument184 TEST_F(RunSlotsAllocatorTest, CheckReuseOfRunSlotsTest) in TEST_F() argument189 TEST_F(RunSlotsAllocatorTest, AllocateTooBigObjTest) in TEST_F() argument[all …]
435 friend class RunSlotsAllocatorTest; variable