Searched refs:NALLOCS_PER_THREAD (Results 1 – 2 of 2) sorted by relevance
4 #define NALLOCS_PER_THREAD 50 macro28 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()
146 #define NALLOCS_PER_THREAD (1U << 13) macro159 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