Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dfreelist_allocator_test.cpp32 class FreeListAllocatorTest : public AllocatorTest<NonObjectFreeListAllocator> { class
34 FreeListAllocatorTest() in FreeListAllocatorTest() function in panda::mem::FreeListAllocatorTest
112 TEST_F(FreeListAllocatorTest, SimpleAllocateDifferentObjSizeTest) in TEST_F() argument
125 TEST_F(FreeListAllocatorTest, AllocateWriteFreeTest) in TEST_F() argument
130 TEST_F(FreeListAllocatorTest, AllocateRandomFreeTest) in TEST_F() argument
138 TEST_F(FreeListAllocatorTest, AllocateTooBigObjTest) in TEST_F() argument
143 TEST_F(FreeListAllocatorTest, AlignmentAllocTest) in TEST_F() argument
149 TEST_F(FreeListAllocatorTest, AllocateTooMuchTest) in TEST_F() argument
155 TEST_F(FreeListAllocatorTest, ObjectIteratorTest) in TEST_F() argument
160 TEST_F(FreeListAllocatorTest, ObjectCollectionTest) in TEST_F() argument
[all …]
/arkcompiler/runtime_core/runtime/mem/
Dfreelist_allocator.h334 friend class FreeListAllocatorTest; variable