zstd/lib/compress
Yann Collet c7fe262dc9 added ZSTD_initStaticCCtx()
makes it possible to statically or externally allocate CCtx.
static CCtx will only use provided memory area,
it will never resize nor malloc.
2017-05-23 13:20:41 -07:00
..
fse_compress.c Explicitly convert scratchBuffer to unsigned* 2017-04-04 16:35:31 -07:00
huf_compress.c lib/compress: warning: this statement may fall through 2017-05-11 13:17:26 +05:30
zstd_compress.c added ZSTD_initStaticCCtx() 2017-05-23 13:20:41 -07:00
zstd_opt.h Implemented separation between requested and applied parameters 2017-05-22 17:06:04 -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