Searched refs:opt_prof_accum (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h14 extern bool opt_prof_accum; /* Report cumulative bytes. */
H A Dprivate_namespace.h323 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
H A Dprivate_unnamespace.h323 #undef opt_prof_accum macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c25 bool opt_prof_accum = false; variable
234 if (opt_prof_accum) {
608 if (opt_prof_accum)
620 if (opt_prof_accum)
640 assert(!opt_prof_accum);
1052 if (opt_prof_accum) {
1072 if (opt_prof_accum) {
1275 if (opt_prof_accum) {
1345 if ((!opt_prof_accum && gctx->cnt_summed.curobjs == 0) ||
1346 (opt_prof_accum
[all...]
H A Dctl.c95 CTL_PROTO(opt_prof_accum)
252 {NAME("prof_accum"), CTL(opt_prof_accum)}
1310 CTL_RO_NL_CGEN(config_prof, opt_prof_accum, opt_prof_accum, bool)
H A Djemalloc.c1120 CONF_HANDLE_BOOL(opt_prof_accum, "prof_accum",

Completed in 111 milliseconds