Searched refs:bench_nalloc (Results 1 – 1 of 1) sorted by relevance
144 static int bench_skip, bench_nruns, bench_nalloc; variable646 bench_nalloc = BENCH_SAMPLES_ALLOC; in bench_start()647 bench_samples = xcalloc(sizeof(*bench_samples), bench_nalloc); in bench_start()671 if (bench_nruns >= bench_nalloc) { in bench_case_finish()672 if (bench_nalloc >= INT_MAX / 2) { in bench_case_finish()677 bench_samples = xrecallocarray(bench_samples, bench_nalloc, in bench_case_finish()678 bench_nalloc * 2, sizeof(*bench_samples)); in bench_case_finish()679 bench_nalloc *= 2; in bench_case_finish()