Searched refs:workspaceWasteful (Results 1 – 2 of 2) sorted by relevance
1480 int const workspaceWasteful = ZSTD_cwksp_check_wasteful(ws, neededSpace); in ZSTD_resetCCtx_internal() local1486 if (workspaceTooSmall || workspaceWasteful) { in ZSTD_resetCCtx_internal()
1886 int const workspaceWasteful = ZSTD_cwksp_check_wasteful(ws, neededSpace); in ZSTD_resetCCtx_internal() local1887 resizeWorkspace = workspaceTooSmall || workspaceWasteful; in ZSTD_resetCCtx_internal()