Home
last modified time | relevance | path

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

/freebsd/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()