Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dprof_accum.c4 #define NALLOCS_PER_THREAD 50 macro
20 return btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration); in alloc_from_permuted_backtrace()
31 for (i = 0; i < NALLOCS_PER_THREAD; i++) { in thd_start()
40 i+1 == NALLOCS_PER_THREAD) { in thd_start()
H A Dprof_reset.c134 #define NALLOCS_PER_THREAD (1U << 13) macro
146 for (i = 0; i < NALLOCS_PER_THREAD; i++) { in thd_start()
164 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i); in thd_start()
220 #undef NALLOCS_PER_THREAD