Searched refs:NALLOCS_PER_THREAD (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dprof_accum.c4 #define NALLOCS_PER_THREAD 50 macro
20 return btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration);
31 for (i = 0; i < NALLOCS_PER_THREAD; i++) {
40 i+1 == NALLOCS_PER_THREAD) {
H A Dprof_reset.c134 #define NALLOCS_PER_THREAD (1U << 13) macro
146 for (i = 0; i < NALLOCS_PER_THREAD; i++) {
164 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i);
220 #undef NALLOCS_PER_THREAD macro

Completed in 182 milliseconds