HomeSort by: relevance | last modified time | path
    Searched defs:btkey (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
prof_data.c 270 } btkey; local
274 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) {
282 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) {
284 btkey.p = &gctx.p->bt;
285 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) {
319 *p_btkey = btkey.v;
346 void *btkey; local
354 if (prof_lookup_global(tsd, bt, tdata, &btkey, &gctx,
379 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v);
  /src/external/bsd/jemalloc/dist/src/
prof_data.c 272 } btkey; local
276 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) {
284 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) {
286 btkey.p = &gctx.p->bt;
287 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) {
321 *p_btkey = btkey.v;
348 void *btkey; local
357 tsd, bt, tdata, &btkey, &gctx, &new_gctx)) {
381 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v);

Completed in 21 milliseconds