Searched refs:curbytes (Results 1 – 3 of 3) sorted by relevance
247 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() local1517 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 …]
35 uint64_t curbytes; member
62 void prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs,