Searched refs:srcPool (Results 1 – 1 of 1) sorted by relevance
379 static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, in ZSTDMT_expandCCtxPool() argument382 if (srcPool==NULL) return NULL; in ZSTDMT_expandCCtxPool()383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()386 ZSTDMT_freeCCtxPool(srcPool); in ZSTDMT_expandCCtxPool()