]> git.ipfire.org Git - thirdparty/zstd.git/commit
mtctx->jobs allocate its own memory space
authorYann Collet <yann.collet.73@gmail.com>
Sat, 27 May 2017 07:21:33 +0000 (00:21 -0700)
committerYann Collet <yann.collet.73@gmail.com>
Sat, 27 May 2017 07:21:33 +0000 (00:21 -0700)
commite07115910137fda805c1ef14f7834ca7ba896677
tree68f214cfc1c0eec9c05959602a3e687c7d090117
parentb8136f019a7dc50b51fc51e68cfd38bace101057
mtctx->jobs allocate its own memory space

to make ZSTDMT_CCtx_s size predictable
so that it can be included in CCtx
lib/compress/zstdmt_compress.c