Home
last modified time | relevance | path

Searched refs:resizeWorkspace (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1878 int resizeWorkspace; in ZSTD_resetCCtx_internal() local
1887 resizeWorkspace = workspaceTooSmall || workspaceWasteful; in ZSTD_resetCCtx_internal()
1891 if (resizeWorkspace) { in ZSTD_resetCCtx_internal()
1990 assert(ZSTD_cwksp_estimated_space_within_bounds(ws, neededSpace, resizeWorkspace)); in ZSTD_resetCCtx_internal()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c2160 int resizeWorkspace = workspaceTooSmall || workspaceWasteful; in ZSTD_resetCCtx_internal() local
2164 if (resizeWorkspace) { in ZSTD_resetCCtx_internal()