Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dsecondary_test.cpp149 static void performAllocations(LargeAllocator *L) { in performAllocations() function
178 Threads[I] = std::thread(performAllocations, L.get()); in TEST()
Dprimary_test.cpp156 template <typename Primary> static void performAllocations(Primary *Allocator) { in performAllocations() function
190 Threads[I] = std::thread(performAllocations<Primary>, Allocator.get()); in testPrimaryThreaded()
/external/scudo/standalone/tests/
Dsecondary_test.cpp167 static void performAllocations(LargeAllocator *L) { in performAllocations() function
196 Threads[I] = std::thread(performAllocations, L.get()); in TEST()