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

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c80 static ckh_t bt2gctx; variable
584 /* Remove gctx from bt2gctx. */
585 if (ckh_remove(tsd, &bt2gctx, &gctx->bt, NULL, NULL))
719 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) {
727 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) {
919 bt_count = ckh_count(&bt2gctx);
1552 for (tabind = 0; !ckh_iter(&bt2gctx, &tabind, NULL, &gctx.v);) {
2283 if (ckh_new(tsd, &bt2gctx, PROF_CKH_MINITEMS, prof_bt_hash,

Completed in 23 milliseconds