Home
last modified time | relevance | path

Searched refs:cnt_summed (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/src/
Dprof.c1058 tdata->cnt_summed.curobjs += tctx->dump_cnts.curobjs; in prof_tctx_merge_tdata()
1059 tdata->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_tdata()
1061 tdata->cnt_summed.accumobjs += in prof_tctx_merge_tdata()
1063 tdata->cnt_summed.accumbytes += in prof_tctx_merge_tdata()
1079 gctx->cnt_summed.curobjs += tctx->dump_cnts.curobjs; in prof_tctx_merge_gctx()
1080 gctx->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_gctx()
1082 gctx->cnt_summed.accumobjs += tctx->dump_cnts.accumobjs; in prof_tctx_merge_gctx()
1083 gctx->cnt_summed.accumbytes += tctx->dump_cnts.accumbytes; in prof_tctx_merge_gctx()
1185 memset(&gctx->cnt_summed, 0, sizeof(prof_cnt_t)); in prof_dump_gctx_prep()
1204 if (gctx->cnt_summed.curobjs != 0) in prof_gctx_merge_iter()
[all …]
/external/jemalloc/include/jemalloc/internal/
Dprof.h166 prof_cnt_t cnt_summed; member
235 prof_cnt_t cnt_summed; member