Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c1604 size_t const tableSpace = chainSize * sizeof(U32) in ZSTD_sizeof_matchState() local
1628 return tableSpace + optSpace + slackSpace + lazyAdditionalSpace; in ZSTD_sizeof_matchState()