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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h197 extern bool opt_prof_accum; /* Report cumulative bytes. */
448 if (opt_prof_accum) {
522 if (opt_prof_accum) {
H A Dprivate_namespace.h258 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Dprof.c26 bool opt_prof_accum = false; variable
653 if (opt_prof_accum) {
665 if (opt_prof_accum) {
729 if (opt_prof_accum == false && ql_first(&ctx->cnts_ql) == NULL &&
767 if ((opt_prof_accum == false && ctx->cnt_summed.curobjs == 0) ||
768 (opt_prof_accum && ctx->cnt_summed.accumobjs == 0)) {
H A Dctl.c114 CTL_PROTO(opt_prof_accum)
256 {NAME("prof_accum"), CTL(opt_prof_accum)}
1273 CTL_RO_NL_CGEN(config_prof, opt_prof_accum, opt_prof_accum, bool)
H A Djemalloc.c650 CONF_HANDLE_BOOL(opt_prof_accum, "prof_accum")

Completed in 79 milliseconds