Home
last modified time | relevance | path

Searched refs:allocatorTestInstance (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h1032 static void MtAllocRun(AllocatorTest<Allocator> *allocatorTestInstance, Allocator *allocator,
1036 … static void MtAllocFreeRun(AllocatorTest<Allocator> *allocatorTestInstance, Allocator *allocator,
1040 …static void MtAllocIterateRun(AllocatorTest<Allocator> *allocatorTestInstance, Allocator *allocato…
1044 …static void MtAllocCollectRun(AllocatorTest<Allocator> *allocatorTestInstance, Allocator *allocato…
1093 void AllocatorTest<Allocator>::MtAllocRun(AllocatorTest<Allocator> *allocatorTestInstance, Allocato… in MtAllocRun() argument
1097 size_t elementsCount = allocatorTestInstance->RandFromRange(minElementsCount, maxElementsCount); in MtAllocRun()
1103 size_t size = allocatorTestInstance->RandFromRange(minAllocSize, maxAllocSize); in MtAllocRun()
1108 allocatorTestInstance->AddMemoryPoolToAllocator(*allocator); in MtAllocRun()
1113 allocatedElements[i] = {mem, size, allocatorTestInstance->SetBytesFromByteArray(mem, size)}; in MtAllocRun()
1119 size_t i = allocatorTestInstance->RandFromRange(0, elementsCount - 1); in MtAllocRun()
[all …]