Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_compress.c1478 int const workspaceTooSmall = ZSTD_cwksp_sizeof(ws) < neededSpace; in ZSTD_resetCCtx_internal() local
1485 if (workspaceTooSmall || workspaceWasteful) { in ZSTD_resetCCtx_internal()