Searched defs:bufPool (Results 1 – 1 of 1) sorted by relevance
106 static void ZSTDMT_freeBufferPool(ZSTDMT_bufferPool* bufPool) in ZSTDMT_freeBufferPool()124 ZSTDMT_bufferPool* const bufPool = in ZSTDMT_createBufferPool() local144 static size_t ZSTDMT_sizeof_bufferPool(ZSTDMT_bufferPool* bufPool) in ZSTDMT_sizeof_bufferPool()162 static void ZSTDMT_setBufferSize(ZSTDMT_bufferPool* const bufPool, size_t const bSize) in ZSTDMT_setBufferSize()192 static Buffer ZSTDMT_getBuffer(ZSTDMT_bufferPool* bufPool) in ZSTDMT_getBuffer()234 static Buffer ZSTDMT_resizeBuffer(ZSTDMT_bufferPool* bufPool, Buffer buffer) in ZSTDMT_resizeBuffer()255 static void ZSTDMT_releaseBuffer(ZSTDMT_bufferPool* bufPool, Buffer buf) in ZSTDMT_releaseBuffer()668 ZSTDMT_bufferPool* bufPool; /* Thread-safe - used by mtctx and (all) workers */ member869 ZSTDMT_bufferPool* bufPool; member