Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dprof.c993 } gctx, tgctx; in prof_lookup_global() local
1004 tgctx.p = prof_gctx_create(tsd_tsdn(tsd), bt); in prof_lookup_global()
1005 if (tgctx.v == NULL) { in prof_lookup_global()
1010 gctx.p = tgctx.p; in prof_lookup_global()
1024 tgctx.v = NULL; in prof_lookup_global()
1038 if (tgctx.v != NULL) { in prof_lookup_global()
1040 idalloctm(tsd_tsdn(tsd), tgctx.v, NULL, NULL, true, in prof_lookup_global()