Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h14 extern bool opt_prof_final; /* Final profile dumping. */
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h299 #define opt_prof_final JEMALLOC_N(opt_prof_final) macro
/freebsd/contrib/jemalloc/src/
H A Dprof.c39 bool opt_prof_final = false; variable
2017 assert(opt_prof_final); in prof_fdump()
3010 if (opt_prof_final && opt_prof_prefix[0] != '\0' && in prof_boot2()
H A Dctl.c112 CTL_PROTO(opt_prof_final)
339 {NAME("prof_final"), CTL(opt_prof_final)},
1797 CTL_RO_NL_CGEN(config_prof, opt_prof_final, opt_prof_final, bool) in CTL_RO_CONFIG_GEN()
H A Djemalloc.c1383 CONF_HANDLE_BOOL(opt_prof_final, "prof_final") in malloc_conf_init_helper()