Closed
Description
If allocate memory according to ZSTD_estimateCCtxSize() with level 3 or below, the ZSTD_compressSequences( ) will return error -64 (ZSTD_error_memory_allocation)
With level 4 and above it works fine. Is it expected behavior?
(Of course I'm using it in pair with ZSTD_initStaticCCtx())
If use ZSTD_compressSequences() with ZSTD_createCCtx() no issues what so ever.