Searched refs:bt2tctx (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 654 ckh_remove(tsd, &tdata->bt2tctx, &gctx->bt, NULL, NULL); in prof_tctx_destroy() 778 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v); in prof_lookup() 813 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v); in prof_lookup() 1278 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL, in prof_tdata_merge_iter() 1815 if (ckh_new(tsd, &tdata->bt2tctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_tdata_init_impl() 1852 if (ckh_count(&tdata->bt2tctx) != 0) in prof_tdata_should_destroy_unlocked() 1880 ckh_delete(tsd, &tdata->bt2tctx); in prof_tdata_destroy_locked()
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 209 ckh_t bt2tctx; member
|