Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dprof.c725 } gctx, tgctx; in prof_lookup_global() local
736 tgctx.p = prof_gctx_create(tsd_tsdn(tsd), bt); in prof_lookup_global()
737 if (tgctx.v == NULL) { in prof_lookup_global()
742 gctx.p = tgctx.p; in prof_lookup_global()
756 tgctx.v = NULL; in prof_lookup_global()
770 if (tgctx.v != NULL) { in prof_lookup_global()
772 idalloctm(tsd_tsdn(tsd), tgctx.v, NULL, NULL, true, in prof_lookup_global()