Searched refs:opt_prof_accum (Results 1 – 13 of 13) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 25 bool opt_prof_accum = false; variable 235 if (opt_prof_accum) { in prof_malloc_sample_object() 617 if (opt_prof_accum) in prof_tctx_should_destroy() 630 if (opt_prof_accum) in prof_gctx_should_destroy() 650 assert(!opt_prof_accum); in prof_tctx_destroy() 1060 if (opt_prof_accum) { in prof_tctx_merge_tdata() 1081 if (opt_prof_accum) { in prof_tctx_merge_gctx() 1284 if (opt_prof_accum) { in prof_tdata_merge_iter() 1354 if ((!opt_prof_accum && gctx->cnt_summed.curobjs == 0) || in prof_dump_gctx() 1355 (opt_prof_accum && gctx->cnt_summed.accumobjs == 0)) { in prof_dump_gctx()
|
D | ctl.c | 116 CTL_PROTO(opt_prof_accum) 293 {NAME("prof_accum"), CTL(opt_prof_accum)} 1300 CTL_RO_NL_CGEN(config_prof, opt_prof_accum, opt_prof_accum, bool) in CTL_RO_CONFIG_GEN()
|
D | jemalloc.c | 1287 CONF_HANDLE_BOOL(opt_prof_accum, "prof_accum",
|
/external/jemalloc_new/src/ |
D | prof.c | 40 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()
|
D | ctl.c | 111 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()
|
D | jemalloc.c | 1194 CONF_HANDLE_BOOL(opt_prof_accum, "prof_accum")
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_externs.h | 16 extern bool opt_prof_accum; /* Report cumulative bytes. */
|
D | private_namespace.h | 275 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
|
D | private_namespace_jet.h | 278 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 381 opt_prof_accum
|
D | prof.h | 254 extern bool opt_prof_accum; /* Report cumulative bytes. */
|
D | private_namespace.h | 381 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
|
D | private_unnamespace.h | 381 #undef opt_prof_accum
|