HomeSort by: relevance | last modified time | path
    Searched refs:thd_ind (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/unit/
prof_accum.c 22 alloc_from_permuted_backtrace(unsigned thd_ind, unsigned iteration) {
23 return btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration);
28 unsigned thd_ind = *(unsigned *)varg; local
35 void *p = alloc_from_permuted_backtrace(thd_ind, i);
prof_thread_name.c 76 unsigned thd_ind = *(unsigned *)varg; local
80 malloc_snprintf(thread_name, sizeof(thread_name), "thread %u", thd_ind);
prof_reset.c 120 unsigned thd_ind = *(unsigned *)varg; local
144 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i);
  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_accum.c 19 alloc_from_permuted_backtrace(unsigned thd_ind, unsigned iteration) {
20 return btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration);
25 unsigned thd_ind = *(unsigned *)varg; local
32 void *p = alloc_from_permuted_backtrace(thd_ind, i);
prof_thread_name.c 75 unsigned thd_ind = *(unsigned *)varg; local
79 malloc_snprintf(thread_name, sizeof(thread_name), "thread %u", thd_ind);
prof_reset.c 140 unsigned thd_ind = *(unsigned *)varg; local
164 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i);

Completed in 24 milliseconds