Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dregion_allocator_test.cpp94 class RegionAllocatorTest : public RegionAllocatorTestBase<NonObjectRegionAllocator> { class
165 TEST_F(RegionAllocatorTest, AllocateTooMuchRegularObject) in TEST_F() argument
178 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomRegularObject) in TEST_F() argument
195 TEST_F(RegionAllocatorTest, AllocateTooMuchLargeObject) in TEST_F() argument
211 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomLargeObject) in TEST_F() argument
232 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomRegularAndLargeObjectTest) in TEST_F() argument
255 TEST_F(RegionAllocatorTest, AllocatedByRegionAllocatorTest) in TEST_F() argument
263 TEST_F(RegionAllocatorTest, OneAlignmentAllocTest) in TEST_F() argument
269 TEST_F(RegionAllocatorTest, AllocateFreeDifferentSizesTest) in TEST_F() argument
278 TEST_F(RegionAllocatorTest, RegionTLABAllocTest) in TEST_F() argument
[all …]
/arkcompiler/runtime_core/runtime/mem/
Dheap_space.h32 class RegionAllocatorTest; variable