Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c25 bool opt_prof_accum = false; variable
234 if (opt_prof_accum) { in prof_malloc_sample_object()
614 if (opt_prof_accum) in prof_tctx_should_destroy()
627 if (opt_prof_accum) in prof_gctx_should_destroy()
646 assert(!opt_prof_accum); in prof_tctx_destroy()
1054 if (opt_prof_accum) { in prof_tctx_merge_tdata()
1074 if (opt_prof_accum) { in prof_tctx_merge_gctx()
1251 if (opt_prof_accum) { in prof_tdata_merge_iter()
1320 if ((!opt_prof_accum && gctx->cnt_summed.curobjs == 0) || in prof_dump_gctx()
1321 (opt_prof_accum && gctx->cnt_summed.accumobjs == 0)) { in prof_dump_gctx()
Dctl.c116 CTL_PROTO(opt_prof_accum)
290 {NAME("prof_accum"), CTL(opt_prof_accum)}
1292 CTL_RO_NL_CGEN(config_prof, opt_prof_accum, opt_prof_accum, bool) in CTL_RO_CONFIG_GEN()
Djemalloc.c1170 CONF_HANDLE_BOOL(opt_prof_accum, "prof_accum",
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt358 opt_prof_accum
Dprof.h254 extern bool opt_prof_accum; /* Report cumulative bytes. */
Dprivate_namespace.h360 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
Dprivate_unnamespace.h360 #undef opt_prof_accum