Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Drunslots_allocator_test.cpp29 class RunSlotsAllocatorTest : public AllocatorTest<NonObjectAllocator> { class
31 RunSlotsAllocatorTest() in RunSlotsAllocatorTest() function in panda::mem::RunSlotsAllocatorTest
102 TEST_F(RunSlotsAllocatorTest, SimpleRunSlotsTest) in TEST_F() argument
110 TEST_F(RunSlotsAllocatorTest, SimpleAllocateDifferentObjSizeTest) in TEST_F() argument
122 TEST_F(RunSlotsAllocatorTest, TestReleaseRunSlotsPagesTest) in TEST_F() argument
164 TEST_F(RunSlotsAllocatorTest, AllocateAllPossibleSizesFreeTest) in TEST_F() argument
171 TEST_F(RunSlotsAllocatorTest, AllocateWriteFreeTest) in TEST_F() argument
176 TEST_F(RunSlotsAllocatorTest, AllocateRandomFreeTest) in TEST_F() argument
184 TEST_F(RunSlotsAllocatorTest, CheckReuseOfRunSlotsTest) in TEST_F() argument
189 TEST_F(RunSlotsAllocatorTest, AllocateTooBigObjTest) in TEST_F() argument
[all …]
/arkcompiler/runtime_core/runtime/mem/
Drunslots_allocator.h435 friend class RunSlotsAllocatorTest; variable