Searched defs:numIter2 (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/msvc/projects/vc2015/test_threads/
H A Dtest_threads.cpp32 static const int numThreads = narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50; local
39 printf("Starting %d threads x %d x %d iterations...\n", numThreads, numIter1, numIter2);
48 for (int i = 0; i < numIter2; ++i) {

Completed in 102 milliseconds