Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dprof_accum.c4 #define NALLOCS_PER_THREAD 50 macro
28 return (btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration)); in alloc_from_permuted_backtrace()
40 for (i = 0; i < NALLOCS_PER_THREAD; i++) { in thd_start()
49 i+1 == NALLOCS_PER_THREAD) { in thd_start()
Dprof_reset.c146 #define NALLOCS_PER_THREAD (1U << 13) macro
159 for (i = 0; i < NALLOCS_PER_THREAD; i++) { in thd_start()
177 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i); in thd_start()
233 #undef NALLOCS_PER_THREAD