Searched refs:thd_ind (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/unit/
H A Dprof_accum.c20 alloc_from_permuted_backtrace(unsigned thd_ind, unsigned iteration) argument
23 return (alloc_0(thd_ind*NALLOCS_PER_THREAD + iteration));
29 unsigned thd_ind = *(unsigned *)varg; local
36 void *p = alloc_from_permuted_backtrace(thd_ind, i);

Completed in 104 milliseconds