Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dprof.c132 static bool prof_booted = false; variable
1749 if (!prof_booted) { in prof_fdump()
1784 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) { in prof_idump()
1816 if (!opt_prof || !prof_booted) { in prof_mdump()
1841 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) { in prof_gdump()
2395 prof_booted = true; in prof_boot2()