Searched refs:NUM_THREADS (Results 1 – 1 of 1) sorted by relevance
172 #define BM_MALLOC_THREADS_THROUGHPUT(SIZE, NUM_THREADS) \ argument173 static void BM_malloc_threads_throughput_##SIZE##_##NUM_THREADS(benchmark::State& state) { \174 RunThreadsThroughput(state, SIZE, NUM_THREADS); \176 BIONIC_BENCHMARK(BM_malloc_threads_throughput_##SIZE##_##NUM_THREADS);