Home
last modified time | relevance | path

Searched defs:AllocatorTest (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dallocator_test.cpp49 class AllocatorTest : public common::test::BaseTestWithScope { class
52 HWTEST_F_L0(AllocatorTest, EnvNotSet) in HWTEST_F_L0() argument
65 HWTEST_F_L0(AllocatorTest, InvalidLength) in HWTEST_F_L0() argument
79 HWTEST_F_L0(AllocatorTest, InitAsyncAllocation_ValidLength) in HWTEST_F_L0() argument
87 HWTEST_F_L0(AllocatorTest, InitAsyncAllocation_Zero) in HWTEST_F_L0() argument
95 HWTEST_F_L0(AllocatorTest, InitAsyncAllocation_InvalidChar) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp713 TEST_F(RegionNonmovableObjectAllocatorTest, AllocatorTest) in TEST_F() argument
745 TEST_F(RegionNonmovableLargeObjectAllocatorTest, AllocatorTest) in TEST_F() argument
810 TEST_F(RegionHumongousObjectAllocatorTest, AllocatorTest) in TEST_F() argument
Dallocator_test_base.h41 explicit AllocatorTest() in AllocatorTest() function