HomeSort by relevance Sort by last modified time
    Searched refs:NALLOCS_PER_THREAD (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/test/unit/
prof_accum.c 4 #define NALLOCS_PER_THREAD 50
28 return (btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration));
40 for (i = 0; i < NALLOCS_PER_THREAD; i++) {
49 i+1 == NALLOCS_PER_THREAD) {
prof_reset.c 148 #define NALLOCS_PER_THREAD (1U << 13)
161 for (i = 0; i < NALLOCS_PER_THREAD; i++) {
179 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i);
235 #undef NALLOCS_PER_THREAD

Completed in 199 milliseconds