Searched refs:ZSTD_cwksp_used (Results 1 – 1 of 1) sorted by relevance
536 MEM_STATIC size_t ZSTD_cwksp_used(const ZSTD_cwksp* ws) { in ZSTD_cwksp_used() function557 return ZSTD_cwksp_used(ws) == estimatedSpace; in ZSTD_cwksp_estimated_space_within_bounds()562 …return (ZSTD_cwksp_used(ws) >= estimatedSpace - 63) && (ZSTD_cwksp_used(ws) <= estimatedSpace + 63… in ZSTD_cwksp_estimated_space_within_bounds()