Lines Matching refs:curobjs
233 tctx->cnts.curobjs++; in prof_malloc_sample_object()
248 assert(tctx->cnts.curobjs > 0); in prof_free_sampled_object()
250 tctx->cnts.curobjs--; in prof_free_sampled_object()
619 if (tctx->cnts.curobjs != 0) in prof_tctx_should_destroy()
648 assert(tctx->cnts.curobjs == 0); in prof_tctx_destroy()
1058 tdata->cnt_summed.curobjs += tctx->dump_cnts.curobjs; in prof_tctx_merge_tdata()
1079 gctx->cnt_summed.curobjs += tctx->dump_cnts.curobjs; in prof_tctx_merge_gctx()
1131 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs, in prof_tctx_dump_iter()
1204 if (gctx->cnt_summed.curobjs != 0) in prof_gctx_merge_iter()
1282 arg->cnt_all.curobjs += tdata->cnt_summed.curobjs; in prof_tdata_merge_iter()
1305 tdata->thr_uid, tdata->cnt_summed.curobjs, in prof_tdata_dump_iter()
1326 ((uint64_t)1U << lg_prof_sample), cnt_all->curobjs, in prof_dump_header()
1354 if ((!opt_prof_accum && gctx->cnt_summed.curobjs == 0) || in prof_dump_gctx()
1356 assert(gctx->cnt_summed.curobjs == 0); in prof_dump_gctx()
1379 gctx->cnt_summed.curobjs, gctx->cnt_summed.curbytes, in prof_dump_gctx()
1500 (double)cnt_all->curobjs) / sample_period; in prof_leakcheck()
1504 uint64_t curobjs = (uint64_t)round(((double)cnt_all->curobjs) * in prof_leakcheck() local
1509 curbytes, (curbytes != 1) ? "s" : "", curobjs, (curobjs != in prof_leakcheck()