Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp100 class RegionAllocatorTest : public RegionAllocatorTestBase<NonObjectRegionAllocator> { class
188 TEST_F(RegionAllocatorTest, AllocateTooMuchRegularObject) in TEST_F() argument
200 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomRegularObject) in TEST_F() argument
217 TEST_F(RegionAllocatorTest, AllocateTooMuchLargeObject) in TEST_F() argument
232 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomLargeObject) in TEST_F() argument
253 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomRegularAndLargeObjectTest) in TEST_F() argument
276 TEST_F(RegionAllocatorTest, AllocatedByRegionAllocatorTest) in TEST_F() argument
284 TEST_F(RegionAllocatorTest, OneAlignmentAllocTest) in TEST_F() argument
293 TEST_F(RegionAllocatorTest, AllocateFreeDifferentSizesTest) in TEST_F() argument
304 TEST_F(RegionAllocatorTest, RegionTLABAllocTest) in TEST_F() argument
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_space.h32 class RegionAllocatorTest; variable