Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dframe_allocator_test.cpp30 class FrameAllocatorTest : public AllocatorTest<FrameAllocator<>> { class
32 FrameAllocatorTest() in FrameAllocatorTest() function in ark::mem::FrameAllocatorTest
267 TEST_F(FrameAllocatorTest, SmallAllocateTest) in TEST_F() argument
273 TEST_F(FrameAllocatorTest, CornerAllocationSizeTest) in TEST_F() argument
279 TEST_F(FrameAllocatorTest, DefaultAlignmentTest) in TEST_F() argument
285 TEST_F(FrameAllocatorTest, NonDefaultAlignmentTest) in TEST_F() argument
293 TEST_F(FrameAllocatorTest, CycledAllocateFreeForHugeFramesTest) in TEST_F() argument
299 TEST_F(FrameAllocatorTest, ValidateArenaGrownPolicy) in TEST_F() argument
305 TEST_F(FrameAllocatorTest, CheckAddrInsideAllocator) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
Dframe_allocator.h139 friend class FrameAllocatorTest; variable