Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c170 ZSTDMT_bufferPool* newBufPool; in ZSTDMT_expandBufferPool() local
172 newBufPool = ZSTDMT_createBufferPool(maxNbBuffers, cMem); in ZSTDMT_expandBufferPool()
173 if (newBufPool==NULL) return newBufPool; in ZSTDMT_expandBufferPool()
174 ZSTDMT_setBufferSize(newBufPool, bSize); in ZSTDMT_expandBufferPool()
175 return newBufPool; in ZSTDMT_expandBufferPool()