HomeSort by: relevance | last modified time | path
    Searched defs:NALLOCS_PER_THREAD (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/unit/
prof_accum.c 7 #define NALLOCS_PER_THREAD 50
23 return btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration);
34 for (i = 0; i < NALLOCS_PER_THREAD; i++) {
43 i+1 == NALLOCS_PER_THREAD) {
prof_reset.c 114 #define NALLOCS_PER_THREAD (1U << 13)
126 for (i = 0; i < NALLOCS_PER_THREAD; i++) {
144 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i);
200 #undef NALLOCS_PER_THREAD
  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_accum.c 4 #define NALLOCS_PER_THREAD 50
20 return btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration);
31 for (i = 0; i < NALLOCS_PER_THREAD; i++) {
40 i+1 == NALLOCS_PER_THREAD) {
prof_reset.c 134 #define NALLOCS_PER_THREAD (1U << 13)
146 for (i = 0; i < NALLOCS_PER_THREAD; i++) {
164 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i);
220 #undef NALLOCS_PER_THREAD

Completed in 48 milliseconds