Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c172 ZSTDMT_bufferPool* newBufPool; in ZSTDMT_expandBufferPool() local
174 newBufPool = ZSTDMT_createBufferPool(nbWorkers, cMem); in ZSTDMT_expandBufferPool()
175 if (newBufPool==NULL) return newBufPool; in ZSTDMT_expandBufferPool()
176 ZSTDMT_setBufferSize(newBufPool, bSize); in ZSTDMT_expandBufferPool()
177 return newBufPool; in ZSTDMT_expandBufferPool()