Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Drunslots_allocator_test.cpp29 class RunSlotsAllocatorTest : public AllocatorTest<NonObjectAllocator> { class
35 RunSlotsAllocatorTest() in RunSlotsAllocatorTest() function in ark::mem::RunSlotsAllocatorTest
108 TEST_F(RunSlotsAllocatorTest, SimpleRunSlotsTest) in TEST_F() argument
116 TEST_F(RunSlotsAllocatorTest, SimpleAllocateDifferentObjSizeTest) in TEST_F() argument
130 TEST_F(RunSlotsAllocatorTest, TestReleaseRunSlotsPagesTest) in TEST_F() argument
172 TEST_F(RunSlotsAllocatorTest, AllocateAllPossibleSizesFreeTest) in TEST_F() argument
179 TEST_F(RunSlotsAllocatorTest, AllocateWriteFreeTest) in TEST_F() argument
185 TEST_F(RunSlotsAllocatorTest, AllocateRandomFreeTest) in TEST_F() argument
193 TEST_F(RunSlotsAllocatorTest, CheckReuseOfRunSlotsTest) in TEST_F() argument
198 TEST_F(RunSlotsAllocatorTest, AllocateTooBigObjTest) in TEST_F() argument
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots_allocator.h447 friend class RunSlotsAllocatorTest; variable