Lines Matching defs:usize
100 size_t usize, prof_tctx_t *tctx) {
111 szind_t szind = sz_size2index(usize);
128 tctx->cnts.curbytes += usize;
133 tctx->cnts.accumbytes += usize;
141 prof_recent_alloc(tsd, edata, size, usize);
150 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_info_t *prof_info) {
157 szind_t szind = sz_size2index(usize);
161 assert(tctx->cnts.curbytes >= usize);
170 tctx->cnts.curbytes -= usize;
173 prof_try_log(tsd, usize, prof_info);