Home
last modified time | relevance | path

Searched refs:allocs (Results 1 – 1 of 1) sorted by relevance

/benchtests/
A Dbench-malloc-simple.c70 static int allocs[NUM_ALLOCS] = { 25, 100, 400, MAX_ALLOCS }; variable
93 tests[t][i].n = allocs[i]; in bench()
95 tests[t][i].iters = iters / allocs[i]; in bench()
141 sprintf (s, "main_arena_st_allocs_%04d_time", allocs[i]); in bench()
147 sprintf (s, "main_arena_mt_allocs_%04d_time", allocs[i]); in bench()
153 sprintf (s, "thread_arena__allocs_%04d_time", allocs[i]); in bench()

Completed in 3 milliseconds