Searched refs:bench_nalloc (Results 1 – 1 of 1) sorted by relevance
144 static int bench_skip, bench_nruns, bench_nalloc; variable701 bench_nalloc = BENCH_SAMPLES_ALLOC; in bench_start()702 bench_samples = xcalloc(sizeof(*bench_samples), bench_nalloc); in bench_start()726 if (bench_nruns >= bench_nalloc) { in bench_case_finish()727 if (bench_nalloc >= INT_MAX / 2) { in bench_case_finish()732 bench_samples = xrecallocarray(bench_samples, bench_nalloc, in bench_case_finish()733 bench_nalloc * 2, sizeof(*bench_samples)); in bench_case_finish()734 bench_nalloc *= 2; in bench_case_finish()