Searched refs:cnts (Results 1 – 2 of 2) sorted by relevance
120 prof_cnt_t cnts; member371 cnt->cnts.curobjs++; in prof_malloc_record_object()372 cnt->cnts.curbytes += usize; in prof_malloc_record_object()374 cnt->cnts.accumobjs++; in prof_malloc_record_object()375 cnt->cnts.accumbytes += usize; in prof_malloc_record_object()462 told_cnt->cnts.curobjs--; in prof_realloc()463 told_cnt->cnts.curbytes -= old_usize; in prof_realloc()466 cnt->cnts.curobjs++; in prof_realloc()467 cnt->cnts.curbytes += usize; in prof_realloc()469 cnt->cnts.accumobjs++; in prof_realloc()[all …]
458 ctx->cnt_merged.curobjs += cnt->cnts.curobjs; in prof_ctx_merge()459 ctx->cnt_merged.curbytes += cnt->cnts.curbytes; in prof_ctx_merge()460 ctx->cnt_merged.accumobjs += cnt->cnts.accumobjs; in prof_ctx_merge()461 ctx->cnt_merged.accumbytes += cnt->cnts.accumbytes; in prof_ctx_merge()599 memset(&ret.p->cnts, 0, sizeof(prof_cnt_t)); in prof_lookup()836 memcpy(&tcnt, &thr_cnt->cnts, sizeof(prof_cnt_t)); in prof_dump_ctx_prep()