Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstdmt_compress.c104 } ZSTDMT_bufferPool; typedef
106 static ZSTDMT_bufferPool* ZSTDMT_createBufferPool(unsigned nbWorkers, ZSTD_customMem cMem) in ZSTDMT_createBufferPool()
109 ZSTDMT_bufferPool* const bufPool = (ZSTDMT_bufferPool*)ZSTD_calloc( in ZSTDMT_createBufferPool()
110 sizeof(ZSTDMT_bufferPool) + (maxNbBuffers-1) * sizeof(buffer_t), cMem); in ZSTDMT_createBufferPool()
123 static void ZSTDMT_freeBufferPool(ZSTDMT_bufferPool* bufPool) in ZSTDMT_freeBufferPool()
137 static size_t ZSTDMT_sizeof_bufferPool(ZSTDMT_bufferPool* bufPool) in ZSTDMT_sizeof_bufferPool()
155 static void ZSTDMT_setBufferSize(ZSTDMT_bufferPool* const bufPool, size_t const bSize) in ZSTDMT_setBufferSize()
167 static buffer_t ZSTDMT_getBuffer(ZSTDMT_bufferPool* bufPool) in ZSTDMT_getBuffer()
209 static buffer_t ZSTDMT_resizeBuffer(ZSTDMT_bufferPool* bufPool, buffer_t buffer) in ZSTDMT_resizeBuffer()
230 static void ZSTDMT_releaseBuffer(ZSTDMT_bufferPool* bufPool, buffer_t buf) in ZSTDMT_releaseBuffer()
[all …]