Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c247 tctx->cnts.curbytes += usize; in prof_malloc_sample_object()
262 tctx->cnts.curbytes -= usize; in prof_free_sampled_object()
1072 tdata->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_tdata()
1091 gctx->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_gctx()
1291 arg->cnt_all.curbytes += tdata->cnt_summed.curbytes; in prof_tdata_merge_iter()
1510 uint64_t curbytes = (uint64_t)round(((double)cnt_all->curbytes) in prof_leakcheck() local
1517 curbytes, (curbytes != 1) ? "s" : "", curobjs, (curobjs != in prof_leakcheck()
1689 if (curbytes != NULL) { in prof_cnt_all()
1690 *curbytes = 0; in prof_cnt_all()
1708 if (curbytes != NULL) { in prof_cnt_all()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h35 uint64_t curbytes; member
H A Dprof_externs.h62 void prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs,