Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h17 extern bool opt_prof_log; /* Turn logging on at boot. */
/src/contrib/jemalloc/src/
H A Dprof_log.c15 bool opt_prof_log = false; variable
710 if (opt_prof_log) { in prof_log_init()
H A Djemalloc.c1592 CONF_HANDLE_BOOL(opt_prof_log, "prof_log") in malloc_conf_init_helper()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h551 #define opt_prof_log JEMALLOC_N(opt_prof_log) macro