]> git.ipfire.org Git - thirdparty/zstd.git/commit
Updated ZSTD_sizeof_CCtx()
authorYann Collet <cyan@fb.com>
Mon, 8 May 2017 23:17:30 +0000 (16:17 -0700)
committerYann Collet <cyan@fb.com>
Mon, 8 May 2017 23:17:30 +0000 (16:17 -0700)
commit791d74427925351c776de1e94ea701a41e894e20
treee7aec6c622f3a15742f5690a6f9fbf912e0b6a6f
parent0be6fd342984d375965255bff77f8936bcd85f8a
Updated ZSTD_sizeof_CCtx()

can now contain buffers if object used as CStream.
ZSTD_sizeof_CStream() is now just a thin wrapper of ZSTD_sizeof_CCtx().
lib/compress/zstd_compress.c
lib/zstd.h