Searched defs:min_elements_count (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/ |
| D | allocator_test_base.h | 1031 … size_t max_alloc_size, size_t min_elements_count, size_t max_elements_count) in MT_AllocRun() 1079 … size_t min_alloc_size, size_t max_alloc_size, size_t min_elements_count, in MT_AllocFreeRun() 1153 size_t max_alloc_size, size_t min_elements_count, in MT_AllocIterateRun() 1210 … size_t min_elements_count, size_t max_elements_count, in MT_AllocCollectRun() 1274 inline void AllocatorTest<Allocator>::MT_AllocTest(Allocator *allocator, size_t min_elements_count, in MT_AllocTest() 1300 inline void AllocatorTest<Allocator>::MT_AllocFreeTest(size_t min_elements_count, size_t max_elemen… in MT_AllocFreeTest() 1334 inline void AllocatorTest<Allocator>::MT_AllocIterateTest(size_t min_elements_count, size_t max_ele… in MT_AllocIterateTest() 1374 inline void AllocatorTest<Allocator>::MT_AllocCollectTest(size_t min_elements_count, size_t max_ele… in MT_AllocCollectTest()
|