Searched refs:matchStateSize (Results 1 – 1 of 1) sorted by relevance
699 size_t const matchStateSize = ZSTD_sizeof_matchState(&cParams, /* forCCtx */ 1); in ZSTD_estimateCCtxSize_usingCCtxParams() local705 matchStateSize + ldmSpace + ldmSeqSpace; in ZSTD_estimateCCtxSize_usingCCtxParams()982 size_t const matchStateSize = ZSTD_sizeof_matchState(¶ms.cParams, /* forCCtx */ 1); in ZSTD_resetCCtx_internal() local994 ldmSeqSpace + matchStateSize + tokenSpace + in ZSTD_resetCCtx_internal()997 (U32)(neededSpace>>10), (U32)(matchStateSize>>10), (U32)(bufferSpace>>10)); in ZSTD_resetCCtx_internal()2746 size_t const matchStateSize = ZSTD_sizeof_matchState(&cParams, /* forCCtx */ 0); in ZSTD_initStaticCDict() local2748 + HUF_WORKSPACE_SIZE + matchStateSize; in ZSTD_initStaticCDict()2764 cdict->workspaceSize = HUF_WORKSPACE_SIZE + matchStateSize; in ZSTD_initStaticCDict()