Searched refs:seqPool (Results 1 – 1 of 1) sorted by relevance
257 return ZSTDMT_sizeof_bufferPool(seqPool); in ZSTDMT_sizeof_seqPool()278 if (seqPool->bufferSize == 0) { in ZSTDMT_getSeq()281 return bufferToSeq(ZSTDMT_getBuffer(seqPool)); in ZSTDMT_getSeq()293 ZSTDMT_releaseBuffer(seqPool, seqToBuffer(seq)); in ZSTDMT_releaseSeq()304 ZSTDMT_setNbSeq(seqPool, 0); in ZSTDMT_createSeqPool()305 return seqPool; in ZSTDMT_createSeqPool()310 ZSTDMT_freeBufferPool(seqPool); in ZSTDMT_freeSeqPool()744 ZSTDMT_seqPool* seqPool; member894 ZSTDMT_freeSeqPool(mtctx->seqPool); in ZSTDMT_freeCCtx()1124 mtctx->jobs[u].seqPool = mtctx->seqPool; in ZSTDMT_compress_advanced_internal()[all …]