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

  /external/jemalloc/test/unit/
prof_accum.c 25 alloc_from_permuted_backtrace(unsigned thd_ind, unsigned iteration)
28 return (btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration));
34 unsigned thd_ind = *(unsigned *)varg; local
41 void *p = alloc_from_permuted_backtrace(thd_ind, i);
prof_thread_name.c 84 unsigned thd_ind = *(unsigned *)varg; local
88 malloc_snprintf(thread_name, sizeof(thread_name), "thread %u", thd_ind);
prof_reset.c 155 unsigned thd_ind = *(unsigned *)varg; local
179 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i);

Completed in 544 milliseconds