Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c387 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument
390 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()
391 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
393 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
394 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()