]> git.ipfire.org Git - thirdparty/zstd.git/commit
added ZSTD_initStaticCCtx()
authorYann Collet <cyan@fb.com>
Tue, 23 May 2017 20:16:00 +0000 (13:16 -0700)
committerYann Collet <cyan@fb.com>
Tue, 23 May 2017 20:20:41 +0000 (13:20 -0700)
commitc7fe262dc94b8253b6e0427cd89d4ccdf5d0cbaa
tree0bc890a7a5389ef90da4f1442b1a1c02d8c62475
parent5ac72b417c438cdf36fffabb60ace0884ead500f
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.
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/zstd.h
tests/fuzzer.c