Searched refs:opt_prof_log (Results 1 – 4 of 4) sorted by relevance
17 extern bool opt_prof_log; /* Turn logging on at boot. */
15 bool opt_prof_log = false; variable710 if (opt_prof_log) { in prof_log_init()
1592 CONF_HANDLE_BOOL(opt_prof_log, "prof_log") in malloc_conf_init_helper()
551 #define opt_prof_log JEMALLOC_N(opt_prof_log) macro