Searched refs:NALLOCS_PER_THREAD (Results 1 – 4 of 4) sorted by relevance
4 #define NALLOCS_PER_THREAD 50 macro20 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()
134 #define NALLOCS_PER_THREAD (1U << 13) macro146 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
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()
148 #define NALLOCS_PER_THREAD (1U << 13) macro161 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