Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c498 } btkey; in prof_lookup_global() local
502 if (ckh_search(&bt2ctx, bt, &btkey.v, &ctx.v)) { in prof_lookup_global()
509 btkey.p = bt_dup(bt); in prof_lookup_global()
510 if (btkey.v == NULL) { in prof_lookup_global()
515 prof_ctx_init(ctx.p, btkey.p); in prof_lookup_global()
516 if (ckh_insert(&bt2ctx, btkey.v, ctx.v)) { in prof_lookup_global()
519 idalloc(btkey.v); in prof_lookup_global()
536 *p_btkey = btkey.v; in prof_lookup_global()
558 void *btkey; in prof_lookup() local
566 if (prof_lookup_global(bt, prof_tdata, &btkey, &ctx, &new_ctx)) in prof_lookup()
[all …]