Home
last modified time | relevance | path

Searched defs:bufPool (Results 1 – 1 of 1) sorted by relevance

/external/zstd/lib/compress/
Dzstdmt_compress.c108 ZSTDMT_bufferPool* const bufPool = (ZSTDMT_bufferPool*)ZSTD_customCalloc( in ZSTDMT_createBufferPool() local
122 static void ZSTDMT_freeBufferPool(ZSTDMT_bufferPool* bufPool) in ZSTDMT_freeBufferPool()
136 static size_t ZSTDMT_sizeof_bufferPool(ZSTDMT_bufferPool* bufPool) in ZSTDMT_sizeof_bufferPool()
154 static void ZSTDMT_setBufferSize(ZSTDMT_bufferPool* const bufPool, size_t const bSize) in ZSTDMT_setBufferSize()
185 static buffer_t ZSTDMT_getBuffer(ZSTDMT_bufferPool* bufPool) in ZSTDMT_getBuffer()
227 static buffer_t ZSTDMT_resizeBuffer(ZSTDMT_bufferPool* bufPool, buffer_t buffer) in ZSTDMT_resizeBuffer()
248 static void ZSTDMT_releaseBuffer(ZSTDMT_bufferPool* bufPool, buffer_t buf) in ZSTDMT_releaseBuffer()
637 ZSTDMT_bufferPool* bufPool; /* Thread-safe - used by mtctx and (all) workers */ member
809 ZSTDMT_bufferPool* bufPool; member