Home
last modified time | relevance | path

Searched refs:accumobjs (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c249 tctx->cnts.accumobjs++; in prof_malloc_sample_object()
654 assert(tctx->cnts.accumobjs == 0); in prof_tctx_destroy()
1074 tdata->cnt_summed.accumobjs += in prof_tctx_merge_tdata()
1075 tctx->dump_cnts.accumobjs; in prof_tctx_merge_tdata()
1093 gctx->cnt_summed.accumobjs += tctx->dump_cnts.accumobjs; in prof_tctx_merge_gctx()
1293 arg->cnt_all.accumobjs += tdata->cnt_summed.accumobjs; in prof_tdata_merge_iter()
1361 assert(gctx->cnt_summed.accumobjs == 0); in prof_dump_gctx()
1692 if (accumobjs != NULL) { in prof_cnt_all()
1693 *accumobjs = 0; in prof_cnt_all()
1711 if (accumobjs != NULL) { in prof_cnt_all()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h36 uint64_t accumobjs; member
H A Dprof_externs.h62 void prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs,