Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c1362 size_t const tableSpace = chainSize * sizeof(U32) in ZSTD_sizeof_matchState() local
1386 return tableSpace + optSpace + slackSpace + lazyAdditionalSpace; in ZSTD_sizeof_matchState()