Searched refs:maxNbLdmSeq (Results 1 – 1 of 1) sorted by relevance
1318 size_t const maxNbLdmSeq = ZSTD_ldm_getMaxNbSeq(*ldmParams, blockSize); in ZSTD_estimateCCtxSize_usingCCtxParams_internal() local1320 ZSTD_cwksp_alloc_size(maxNbLdmSeq * sizeof(rawSeq)) : 0; in ZSTD_estimateCCtxSize_usingCCtxParams_internal()1631 size_t const maxNbLdmSeq = ZSTD_ldm_getMaxNbSeq(params.ldmParams, blockSize); in ZSTD_resetCCtx_internal() local1743 … zc->ldmSequences = (rawSeq*)ZSTD_cwksp_reserve_aligned(ws, maxNbLdmSeq * sizeof(rawSeq)); in ZSTD_resetCCtx_internal()1744 zc->maxNbLdmSequences = maxNbLdmSeq; in ZSTD_resetCCtx_internal()