Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c116 static bool prof_booted = false; variable
1665 if (!prof_booted) in prof_fdump()
1683 if (!prof_booted || tsdn_null(tsdn)) in prof_idump()
1711 if (!opt_prof || !prof_booted) in prof_mdump()
1735 if (!prof_booted || tsdn_null(tsdn)) in prof_gdump()
2275 prof_booted = true; in prof_boot2()