Home | History | Annotate | Download | only in core

Lines Matching defs:estimated_size

241    const uint64_t estimated_size = slice_size * slice_count;
246 return estimated_size;
248 return estimated_size * 4 / 3;
281 const uint64_t estimated_size =
289 if (estimated_size <= 64 || (info->prefer_linear_threshold &&
290 estimated_size > info->prefer_linear_threshold))
293 if (estimated_size <= 2048)