Searched refs:curbytes (Results 1 – 3 of 3) sorted by relevance
233 tctx->cnts.curbytes += usize; in prof_malloc_sample_object()249 tctx->cnts.curbytes -= usize; in prof_free_sampled_object()1051 tdata->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_tdata()1071 gctx->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_gctx()1274 arg->cnt_all.curbytes += tdata->cnt_summed.curbytes; in prof_tdata_merge_iter()1491 uint64_t curbytes = (uint64_t)round(((double)cnt_all->curbytes) in prof_leakcheck() local1498 curbytes, (curbytes != 1) ? "s" : "", curobjs, (curobjs != in prof_leakcheck()1674 if (curbytes != NULL) { in prof_cnt_all()1675 *curbytes = 0; in prof_cnt_all()1693 if (curbytes != NULL) { in prof_cnt_all()[all …]
21 uint64_t curbytes; member
57 void prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes,
Completed in 8 milliseconds