Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c80 static ckh_t bt2gctx; variable
594 if (ckh_remove(tsd, &bt2gctx, &gctx->bt, NULL, NULL)) in prof_gctx_try_destroy()
728 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) { in prof_lookup_global()
736 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) { in prof_lookup_global()
926 bt_count = ckh_count(&bt2gctx); in prof_bt_count()
1572 for (tabind = 0; !ckh_iter(&bt2gctx, &tabind, NULL, &gctx.v);) in prof_dump()
2215 if (ckh_new(tsd, &bt2gctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_boot2()