Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dprof.c730 bool new_gctx; in prof_lookup_global() local
751 new_gctx = true; in prof_lookup_global()
753 new_gctx = false; in prof_lookup_global()
757 new_gctx = false; in prof_lookup_global()
760 if (!new_gctx) { in prof_lookup_global()
768 new_gctx = false; in prof_lookup_global()
780 *p_new_gctx = new_gctx; in prof_lookup_global()
809 bool new_gctx, error; in prof_lookup() local
816 &new_gctx)) { in prof_lookup()
825 if (new_gctx) { in prof_lookup()
[all …]