Searched defs:FrameAllocatorTest (Results 1 – 2 of 2) sorted by relevance
30 class FrameAllocatorTest : public AllocatorTest<FrameAllocator<>> { class32 FrameAllocatorTest() in FrameAllocatorTest() function in ark::mem::FrameAllocatorTest267 TEST_F(FrameAllocatorTest, SmallAllocateTest) in TEST_F() argument273 TEST_F(FrameAllocatorTest, CornerAllocationSizeTest) in TEST_F() argument279 TEST_F(FrameAllocatorTest, DefaultAlignmentTest) in TEST_F() argument285 TEST_F(FrameAllocatorTest, NonDefaultAlignmentTest) in TEST_F() argument293 TEST_F(FrameAllocatorTest, CycledAllocateFreeForHugeFramesTest) in TEST_F() argument299 TEST_F(FrameAllocatorTest, ValidateArenaGrownPolicy) in TEST_F() argument305 TEST_F(FrameAllocatorTest, CheckAddrInsideAllocator) in TEST_F() argument
139 friend class FrameAllocatorTest; variable