Searched defs:RunSlotsAllocatorTest (Results 1 – 2 of 2) sorted by relevance
29 class RunSlotsAllocatorTest : public AllocatorTest<NonObjectAllocator> { class35 RunSlotsAllocatorTest() in RunSlotsAllocatorTest() function in ark::mem::RunSlotsAllocatorTest108 TEST_F(RunSlotsAllocatorTest, SimpleRunSlotsTest) in TEST_F() argument116 TEST_F(RunSlotsAllocatorTest, SimpleAllocateDifferentObjSizeTest) in TEST_F() argument130 TEST_F(RunSlotsAllocatorTest, TestReleaseRunSlotsPagesTest) in TEST_F() argument172 TEST_F(RunSlotsAllocatorTest, AllocateAllPossibleSizesFreeTest) in TEST_F() argument179 TEST_F(RunSlotsAllocatorTest, AllocateWriteFreeTest) in TEST_F() argument185 TEST_F(RunSlotsAllocatorTest, AllocateRandomFreeTest) in TEST_F() argument193 TEST_F(RunSlotsAllocatorTest, CheckReuseOfRunSlotsTest) in TEST_F() argument198 TEST_F(RunSlotsAllocatorTest, AllocateTooBigObjTest) in TEST_F() argument[all …]
447 friend class RunSlotsAllocatorTest; variable