Searched refs:targetSectionSize (Results 1 – 1 of 1) sorted by relevance
873 size_t targetSectionSize; member1291 mtctx->targetSectionSize = params.jobSize; in ZSTDMT_initCStream_internal()1292 if (mtctx->targetSectionSize == 0) { in ZSTDMT_initCStream_internal()1293 mtctx->targetSectionSize = 1ULL << ZSTDMT_computeTargetJobLog(¶ms); in ZSTDMT_initCStream_internal()1295 assert(mtctx->targetSectionSize <= (size_t)ZSTDMT_JOBSIZE_MAX); in ZSTDMT_initCStream_internal()1299 U32 const jobSizeKB = (U32)(mtctx->targetSectionSize >> 10); in ZSTDMT_initCStream_internal()1309 …if (mtctx->targetSectionSize < mtctx->targetPrefixSize) mtctx->targetSectionSize = mtctx->targetPr… in ZSTDMT_initCStream_internal()1310 …DEBUGLOG(4, "Job Size : %u KB (note : set to %u)", (U32)(mtctx->targetSectionSize>>10), (U32)param… in ZSTDMT_initCStream_internal()1311 DEBUGLOG(4, "inBuff Size : %u KB", (U32)(mtctx->targetSectionSize>>10)); in ZSTDMT_initCStream_internal()1312 ZSTDMT_setBufferSize(mtctx->bufPool, ZSTD_compressBound(mtctx->targetSectionSize)); in ZSTDMT_initCStream_internal()[all …]