Searched refs:bt2ctx (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 50 static ckh_t bt2ctx; variable 431 if (ckh_remove(&bt2ctx, ctx->bt, NULL, NULL)) in prof_ctx_destroy() 502 if (ckh_search(&bt2ctx, bt, &btkey.v, &ctx.v)) { in prof_lookup_global() 516 if (ckh_insert(&bt2ctx, btkey.v, ctx.v)) { in prof_lookup_global() 692 bt_count = ckh_count(&bt2ctx); in prof_bt_count() 1053 for (tabind = 0; ckh_iter(&bt2ctx, &tabind, NULL, &ctx.v) == false;) in prof_dump() 1361 if (ckh_new(&bt2ctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_boot2()
|