Home
last modified time | relevance | path

Searched refs:lazyAdditionalSpace (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c1372 size_t const lazyAdditionalSpace = ZSTD_rowMatchFinderUsed(cParams->strategy, useRowMatchFinder) in ZSTD_sizeof_matchState() local
1386 return tableSpace + optSpace + slackSpace + lazyAdditionalSpace; in ZSTD_sizeof_matchState()