Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c1074 tdata->cnt_summed.accumobjs += in prof_tctx_merge_tdata()
1076 tdata->cnt_summed.accumbytes += in prof_tctx_merge_tdata()
1210 if (gctx->cnt_summed.curobjs != 0) { in prof_gctx_merge_iter()
1316 tdata->cnt_summed.curbytes, tdata->cnt_summed.accumobjs, in prof_tdata_dump_iter()
1317 tdata->cnt_summed.accumbytes, in prof_tdata_dump_iter()
1359 assert(gctx->cnt_summed.curobjs == 0); in prof_dump_gctx()
1360 assert(gctx->cnt_summed.curbytes == 0); in prof_dump_gctx()
1361 assert(gctx->cnt_summed.accumobjs == 0); in prof_dump_gctx()
1362 assert(gctx->cnt_summed.accumbytes == 0); in prof_dump_gctx()
1382 gctx->cnt_summed.curobjs, gctx->cnt_summed.curbytes, in prof_dump_gctx()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h125 prof_cnt_t cnt_summed; member
194 prof_cnt_t cnt_summed; member