Home
last modified time | relevance | path

Searched refs:bt2tctx (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h168 ckh_t bt2tctx; member
/external/jemalloc/src/
Dprof.c654 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_new/src/
Dprof.c657 ckh_remove(tsd, &tdata->bt2tctx, &gctx->bt, NULL, NULL); in prof_tctx_destroy()
801 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v); in prof_lookup()
839 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v); in prof_lookup()
1285 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL, in prof_tdata_merge_iter()
1925 if (ckh_new(tsd, &tdata->bt2tctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_tdata_init_impl()
1959 if (ckh_count(&tdata->bt2tctx) != 0) { in prof_tdata_should_destroy_unlocked()
1986 ckh_delete(tsd, &tdata->bt2tctx); in prof_tdata_destroy_locked()
/external/jemalloc/include/jemalloc/internal/
Dprof.h209 ckh_t bt2tctx; member