Searched defs:FrameAllocatorTest (Results 1 – 2 of 2) sorted by relevance
30 class FrameAllocatorTest : public AllocatorTest<FrameAllocator<>> { class32 FrameAllocatorTest() in FrameAllocatorTest() function in panda::mem::FrameAllocatorTest258 TEST_F(FrameAllocatorTest, SmallAllocateTest) in TEST_F() argument264 TEST_F(FrameAllocatorTest, CornerAllocationSizeTest) in TEST_F() argument270 TEST_F(FrameAllocatorTest, DefaultAlignmentTest) in TEST_F() argument276 TEST_F(FrameAllocatorTest, NonDefaultAlignmentTest) in TEST_F() argument284 TEST_F(FrameAllocatorTest, CycledAllocateFreeForHugeFramesTest) in TEST_F() argument290 TEST_F(FrameAllocatorTest, ValidateArenaGrownPolicy) in TEST_F() argument296 TEST_F(FrameAllocatorTest, CheckAddrInsideAllocator) in TEST_F() argument
142 friend class FrameAllocatorTest; variable