Home | History | Annotate | Download | only in src

Lines Matching refs:cnts

232 	tctx->cnts.curobjs++;
233 tctx->cnts.curbytes += usize;
235 tctx->cnts.accumobjs++;
236 tctx->cnts.accumbytes += usize;
247 assert(tctx->cnts.curobjs > 0);
248 assert(tctx->cnts.curbytes >= usize);
249 tctx->cnts.curobjs--;
250 tctx->cnts.curbytes -= usize;
616 if (tctx->cnts.curobjs != 0)
644 assert(tctx->cnts.curobjs == 0);
645 assert(tctx->cnts.curbytes == 0);
647 assert(tctx->cnts.accumobjs == 0);
648 assert(tctx->cnts.accumbytes == 0);
804 memset(&ret.p->cnts, 0, sizeof(prof_cnt_t));
1050 memcpy(&tctx->dump_cnts, &tctx->cnts, sizeof(prof_cnt_t));