Home
last modified time | relevance | path

Searched defs:FrameAllocatorTest (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dframe_allocator_test.cpp30 class FrameAllocatorTest : public AllocatorTest<FrameAllocator<>> { class
32 FrameAllocatorTest() in FrameAllocatorTest() function in panda::mem::FrameAllocatorTest
258 TEST_F(FrameAllocatorTest, SmallAllocateTest) in TEST_F() argument
264 TEST_F(FrameAllocatorTest, CornerAllocationSizeTest) in TEST_F() argument
270 TEST_F(FrameAllocatorTest, DefaultAlignmentTest) in TEST_F() argument
276 TEST_F(FrameAllocatorTest, NonDefaultAlignmentTest) in TEST_F() argument
284 TEST_F(FrameAllocatorTest, CycledAllocateFreeForHugeFramesTest) in TEST_F() argument
290 TEST_F(FrameAllocatorTest, ValidateArenaGrownPolicy) in TEST_F() argument
296 TEST_F(FrameAllocatorTest, CheckAddrInsideAllocator) in TEST_F() argument
/arkcompiler/runtime_core/runtime/mem/
Dframe_allocator.h142 friend class FrameAllocatorTest; variable