Searched refs:btkey (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 724 } btkey; in prof_lookup_global() local 728 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) { in prof_lookup_global() 735 btkey.p = &gctx.p->bt; in prof_lookup_global() 736 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) { in prof_lookup_global() 755 *p_btkey = btkey.v; in prof_lookup_global() 783 void *btkey; in prof_lookup() local 791 if (prof_lookup_global(tsd, bt, tdata, &btkey, &gctx, in prof_lookup() 813 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v); in prof_lookup()
|