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

/freebsd-current/contrib/jemalloc/src/
H A Dprof.c228 static bool prof_booted = false; variable
2020 if (!prof_booted) {
2055 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) {
2087 if (!opt_prof || !prof_booted) {
2112 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) {
2518 if (!opt_prof || !prof_booted) {
2697 if (!opt_prof || !prof_booted) {
3082 prof_booted = true;

Completed in 114 milliseconds