Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
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()
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
/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.c148 #define NALLOCS_PER_THREAD (1U << 13) macro
161 for (i = 0; i < NALLOCS_PER_THREAD; i++) { in thd_start()
179 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i); in thd_start()
235 #undef NALLOCS_PER_THREAD