Searched refs:estimatedSpace (Results 1 – 1 of 1) sorted by relevance
622 …ZSTD_cwksp_estimated_space_within_bounds(const ZSTD_cwksp *const ws, size_t const estimatedSpace) { in ZSTD_cwksp_estimated_space_within_bounds() argument625 return (estimatedSpace - ZSTD_cwksp_slack_space_required()) <= ZSTD_cwksp_used(ws) && in ZSTD_cwksp_estimated_space_within_bounds()626 ZSTD_cwksp_used(ws) <= estimatedSpace; in ZSTD_cwksp_estimated_space_within_bounds()