Home
last modified time | relevance | path

Searched refs:cnt_summed (Results 1 – 4 of 4) 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_new/src/
Dprof.c1071 tdata->cnt_summed.curobjs += tctx->dump_cnts.curobjs; in prof_tctx_merge_tdata()
1072 tdata->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_tdata()
1074 tdata->cnt_summed.accumobjs += in prof_tctx_merge_tdata()
1076 tdata->cnt_summed.accumbytes += in prof_tctx_merge_tdata()
1090 gctx->cnt_summed.curobjs += tctx->dump_cnts.curobjs; in prof_tctx_merge_gctx()
1091 gctx->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_gctx()
1093 gctx->cnt_summed.accumobjs += tctx->dump_cnts.accumobjs; in prof_tctx_merge_gctx()
1094 gctx->cnt_summed.accumbytes += tctx->dump_cnts.accumbytes; in prof_tctx_merge_gctx()
1192 memset(&gctx->cnt_summed, 0, sizeof(prof_cnt_t)); in prof_dump_gctx_prep()
1210 if (gctx->cnt_summed.curobjs != 0) { in prof_gctx_merge_iter()
[all …]
/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h125 prof_cnt_t cnt_summed; member
194 prof_cnt_t cnt_summed; member
/external/jemalloc/include/jemalloc/internal/
Dprof.h166 prof_cnt_t cnt_summed; member
235 prof_cnt_t cnt_summed; member