Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof.c72 bool prof_booted = false; variable
287 if (!prof_booted) { in prof_fdump()
310 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) { in prof_idump()
335 if (!opt_prof || !prof_booted) { in prof_mdump()
349 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) { in prof_gdump()
696 prof_booted = true; in prof_boot2()
H A Dprof_log.c616 if (!opt_prof || !prof_booted) { in prof_log_stop()
H A Dprof_recent.c67 assert(opt_prof && prof_booted); in prof_recent_alloc_prepare()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h50 extern bool prof_booted;
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h498 #define prof_booted JEMALLOC_N(prof_booted) macro