Searched refs:newBufPool (Results 1 – 1 of 1) sorted by relevance
170 ZSTDMT_bufferPool* newBufPool; in ZSTDMT_expandBufferPool() local172 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()