Searched refs:ZSTDMT_expandBufferPool (Results 1 – 1 of 1) sorted by relevance
163 static ZSTDMT_bufferPool* ZSTDMT_expandBufferPool(ZSTDMT_bufferPool* srcBufPool, U32 nbWorkers) in ZSTDMT_expandBufferPool() function332 return ZSTDMT_expandBufferPool(pool, nbWorkers); in ZSTDMT_expandSeqPool()1022 mtctx->bufPool = ZSTDMT_expandBufferPool(mtctx->bufPool, nbWorkers); in ZSTDMT_resize()