]> git.ipfire.org Git - thirdparty/zstd.git/commit
finalized POOL_resize()
authorYann Collet <cyan@fb.com>
Tue, 19 Jun 2018 23:03:12 +0000 (16:03 -0700)
committerYann Collet <cyan@fb.com>
Tue, 19 Jun 2018 23:03:12 +0000 (16:03 -0700)
commit4567c571994428ce19710b9b03ff3b28cfaa7c38
treefe5eebcf0ca28b6026aea30005476327dd6d4db9
parent1c714fda3fe0932faff5c1a535a2f4a597b8d0bb
finalized POOL_resize()

POOL_ctx* POOL_resize(POOL_ctx* ctx, size_t numThreads)

The function may fail, and returns a NULL pointer in this case.
lib/common/pool.c
lib/common/pool.h