Home
last modified time | relevance | path

Searched refs:opt_prof_accum (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h16 extern bool opt_prof_accum; /* Report cumulative bytes. */
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c40 bool opt_prof_accum = false; variable
248 if (opt_prof_accum) { in prof_malloc_sample_object()
617 if (opt_prof_accum) { in prof_tctx_should_destroy()
631 if (opt_prof_accum) { in prof_gctx_should_destroy()
653 assert(!opt_prof_accum); in prof_tctx_destroy()
1073 if (opt_prof_accum) { in prof_tctx_merge_tdata()
1092 if (opt_prof_accum) { in prof_tctx_merge_gctx()
1292 if (opt_prof_accum) { in prof_tdata_merge_iter()
1357 if ((!opt_prof_accum && gctx->cnt_summed.curobjs == 0) || in prof_dump_gctx()
1358 (opt_prof_accum && gctx->cnt_summed.accumobjs == 0)) { in prof_dump_gctx()
H A Dctl.c111 CTL_PROTO(opt_prof_accum)
312 {NAME("prof_accum"), CTL(opt_prof_accum)}
1684 CTL_RO_NL_CGEN(config_prof, opt_prof_accum, opt_prof_accum, bool) in CTL_RO_CONFIG_GEN()
H A Djemalloc.c1187 CONF_HANDLE_BOOL(opt_prof_accum, "prof_accum") in malloc_conf_init()