Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c269 typedef ZSTDMT_bufferPool ZSTDMT_seqPool; typedef
271 static size_t ZSTDMT_sizeof_seqPool(ZSTDMT_seqPool* seqPool) in ZSTDMT_sizeof_seqPool()
292 static rawSeqStore_t ZSTDMT_getSeq(ZSTDMT_seqPool* seqPool) in ZSTDMT_getSeq()
301 static rawSeqStore_t ZSTDMT_resizeSeq(ZSTDMT_seqPool* seqPool, rawSeqStore_t seq) in ZSTDMT_resizeSeq()
307 static void ZSTDMT_releaseSeq(ZSTDMT_seqPool* seqPool, rawSeqStore_t seq) in ZSTDMT_releaseSeq()
312 static void ZSTDMT_setNbSeq(ZSTDMT_seqPool* const seqPool, size_t const nbSeq) in ZSTDMT_setNbSeq()
319 ZSTDMT_seqPool* const seqPool = ZSTDMT_createBufferPool(nbWorkers, cMem); in ZSTDMT_createSeqPool()
325 static void ZSTDMT_freeSeqPool(ZSTDMT_seqPool* seqPool) in ZSTDMT_freeSeqPool()
330 static ZSTDMT_seqPool* ZSTDMT_expandSeqPool(ZSTDMT_seqPool* pool, U32 nbWorkers) in ZSTDMT_expandSeqPool()
463 ZSTDMT_seqPool* seqPool, in ZSTDMT_serialState_reset()
[all …]