zstd/lib/compress
Yann Collet fc5145955a updated ZSTD_estimateCCtxSize()
added a parameter streaming,
to estimate memory allocation size
when the CCtx is used for streaming (CStream).

Note : this function is not able to estimate
memory cost of a potential internal CDict
which can only happen when starting with ZSTD_initCStream_usingDict()
2017-05-08 17:07:59 -07:00
..
fse_compress.c Explicitly convert scratchBuffer to unsigned* 2017-04-04 16:35:31 -07:00
huf_compress.c Always check Huffman tables for ZSTD_lazy+ 2017-03-03 16:49:38 -08:00
zstd_compress.c updated ZSTD_estimateCCtxSize() 2017-05-08 17:07:59 -07:00
zstd_opt.h Convert all tabs to spaces 2017-03-29 18:51:58 -07:00
zstdmt_compress.c Changed ZSTD_createCDict_advanced() 2017-04-27 00:29:04 -07:00
zstdmt_compress.h Merge pull request #527 from facebook/zstdmt 2017-01-31 16:36:46 -08:00