Searched refs:thr_uid (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_structs.h | 55 uint64_t thr_uid; member 139 uint64_t thr_uid; member
|
/external/jemalloc/src/ |
D | prof.c | 138 uint64_t a_thr_uid = a->thr_uid; in prof_tctx_comp() 139 uint64_t b_thr_uid = b->thr_uid; in prof_tctx_comp() 178 uint64_t a_uid = a->thr_uid; in rb_gen() 179 uint64_t b_uid = b->thr_uid; in rb_gen() 543 prof_tdata_mutex_choose(uint64_t thr_uid) in prof_tdata_mutex_choose() argument 546 return (&tdata_locks[thr_uid % PROF_NTDATA_LOCKS]); in prof_tdata_mutex_choose() 805 ret.p->thr_uid = tdata->thr_uid; in prof_lookup() 1131 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs, in prof_tctx_dump_iter() 1305 tdata->thr_uid, tdata->cnt_summed.curobjs, in prof_tdata_dump_iter() 1782 uint64_t thr_uid; in prof_thr_uid_alloc() local [all …]
|
/external/jemalloc_new/src/ |
D | prof.c | 153 uint64_t a_thr_uid = a->thr_uid; in prof_tctx_comp() 154 uint64_t b_thr_uid = b->thr_uid; in prof_tctx_comp() 192 uint64_t a_uid = a->thr_uid; in rb_gen() 193 uint64_t b_uid = b->thr_uid; in rb_gen() 548 prof_tdata_mutex_choose(uint64_t thr_uid) { in prof_tdata_mutex_choose() argument 549 return &tdata_locks[thr_uid % PROF_NTDATA_LOCKS]; in prof_tdata_mutex_choose() 831 ret.p->thr_uid = tdata->thr_uid; in prof_lookup() 1140 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs, in prof_tctx_dump_iter() 1315 tdata->thr_uid, tdata->cnt_summed.curobjs, in prof_tdata_dump_iter() 1892 uint64_t thr_uid; in prof_thr_uid_alloc() local [all …]
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 96 uint64_t thr_uid; member 180 uint64_t thr_uid; member
|