Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h14 extern bool opt_prof_final; /* Final profile dumping. */
Dprivate_namespace_jet.h280 #define opt_prof_final JEMALLOC_N(opt_prof_final) macro
Dprivate_namespace.h277 #define opt_prof_final JEMALLOC_N(opt_prof_final) macro
/external/jemalloc_new/src/
Dprof.c38 bool opt_prof_final = false; variable
1746 assert(opt_prof_final); in prof_fdump()
2350 if (opt_prof_final && opt_prof_prefix[0] != '\0' && in prof_boot2()
Dctl.c109 CTL_PROTO(opt_prof_final)
310 {NAME("prof_final"), CTL(opt_prof_final)},
1687 CTL_RO_NL_CGEN(config_prof, opt_prof_final, opt_prof_final, bool) in CTL_RO_CONFIG_GEN()
Djemalloc.c1199 CONF_HANDLE_BOOL(opt_prof_final, "prof_final")