Home
last modified time | relevance | path

Searched refs:POOL_resize (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/zstd/lib/common/
H A Dpool.h50 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
H A Dpool.c233 int POOL_resize(POOL_ctx* ctx, size_t numThreads) in POOL_resize() function
328 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { in POOL_resize() function
/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1020 if (POOL_resize(mtctx->factory, nbWorkers)) return ERROR(memory_allocation); in ZSTDMT_resize()