Searched refs:thd_ind (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | prof_accum.c | 19 alloc_from_permuted_backtrace(unsigned thd_ind, unsigned iteration) { in alloc_from_permuted_backtrace() argument 20 return btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration); in alloc_from_permuted_backtrace() 25 unsigned thd_ind = *(unsigned *)varg; in thd_start() local 32 void *p = alloc_from_permuted_backtrace(thd_ind, i); in thd_start()
|
D | prof_thread_name.c | 75 unsigned thd_ind = *(unsigned *)varg; in thd_start() local 79 malloc_snprintf(thread_name, sizeof(thread_name), "thread %u", thd_ind); in thd_start()
|
D | prof_reset.c | 140 unsigned thd_ind = *(unsigned *)varg; in thd_start() local 164 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i); in thd_start()
|
/external/jemalloc/test/unit/ |
D | prof_accum.c | 25 alloc_from_permuted_backtrace(unsigned thd_ind, unsigned iteration) in alloc_from_permuted_backtrace() argument 28 return (btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration)); in alloc_from_permuted_backtrace() 34 unsigned thd_ind = *(unsigned *)varg; in thd_start() local 41 void *p = alloc_from_permuted_backtrace(thd_ind, i); in thd_start()
|
D | prof_thread_name.c | 84 unsigned thd_ind = *(unsigned *)varg; in thd_start() local 88 malloc_snprintf(thread_name, sizeof(thread_name), "thread %u", thd_ind); in thd_start()
|
D | prof_reset.c | 155 unsigned thd_ind = *(unsigned *)varg; in thd_start() local 179 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i); in thd_start()
|