Searched refs:performAllocations (Results 1 – 3 of 3) sorted by relevance
149 static void performAllocations(LargeAllocator *L) { in performAllocations() function178 Threads[I] = std::thread(performAllocations, L.get()); in TEST()
156 template <typename Primary> static void performAllocations(Primary *Allocator) { in performAllocations() function190 Threads[I] = std::thread(performAllocations<Primary>, Allocator.get()); in testPrimaryThreaded()
167 static void performAllocations(LargeAllocator *L) { in performAllocations() function196 Threads[I] = std::thread(performAllocations, L.get()); in TEST()