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

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

Completed in 134 milliseconds