Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c1799 int resizeWorkspace; in ZSTD_resetCCtx_internal() local
1808 resizeWorkspace = workspaceTooSmall || workspaceWasteful; in ZSTD_resetCCtx_internal()
1812 if (resizeWorkspace) { in ZSTD_resetCCtx_internal()
1911 assert(ZSTD_cwksp_estimated_space_within_bounds(ws, neededSpace, resizeWorkspace)); in ZSTD_resetCCtx_internal()