]> git.ipfire.org Git - thirdparty/zstd.git/commit
merged CCtx and CStream as a single same object
authorYann Collet <cyan@fb.com>
Mon, 8 May 2017 23:08:01 +0000 (16:08 -0700)
committerYann Collet <cyan@fb.com>
Mon, 8 May 2017 23:08:01 +0000 (16:08 -0700)
commit0be6fd342984d375965255bff77f8936bcd85f8a
treea37cb555f3d69109e677817c62ff1d55f05b1eb4
parent9bcacc61d0373e56c81b127c9942abd66e852593
merged CCtx and CStream as a single same object

To be changed : ZSTD_sizeof_CCtx(), ZSTD_estimateCCtxSize()
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/zstd.h
tests/zstreamtest.c