Searched refs:ZSTDMT_seqPool (Results 1 – 1 of 1) sorted by relevance
253 typedef ZSTDMT_bufferPool ZSTDMT_seqPool; typedef255 static size_t ZSTDMT_sizeof_seqPool(ZSTDMT_seqPool* seqPool) in ZSTDMT_sizeof_seqPool()276 static rawSeqStore_t ZSTDMT_getSeq(ZSTDMT_seqPool* seqPool) in ZSTDMT_getSeq()285 static rawSeqStore_t ZSTDMT_resizeSeq(ZSTDMT_seqPool* seqPool, rawSeqStore_t seq) in ZSTDMT_resizeSeq()291 static void ZSTDMT_releaseSeq(ZSTDMT_seqPool* seqPool, rawSeqStore_t seq) in ZSTDMT_releaseSeq()296 static void ZSTDMT_setNbSeq(ZSTDMT_seqPool* const seqPool, size_t const nbSeq) in ZSTDMT_setNbSeq()301 static ZSTDMT_seqPool* ZSTDMT_createSeqPool(unsigned nbWorkers, ZSTD_customMem cMem) in ZSTDMT_createSeqPool()303 ZSTDMT_seqPool* seqPool = ZSTDMT_createBufferPool(nbWorkers, cMem); in ZSTDMT_createSeqPool()308 static void ZSTDMT_freeSeqPool(ZSTDMT_seqPool* seqPool) in ZSTDMT_freeSeqPool()428 static int ZSTDMT_serialState_reset(serialState_t* serialState, ZSTDMT_seqPool* seqPool, ZSTD_CCtx_… in ZSTDMT_serialState_reset()[all …]