Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_memory_usage.c119 …size_t const dstreamEstimatedSize = ZSTD_estimateDStreamSize_fromFrame(compressedData, compressedS… in main() local
123 CHECK(dstreamSize <= dstreamEstimatedSize, "Decompression mem (%u) > estimated (%u)", in main()
124 (unsigned)dstreamSize, (unsigned)dstreamEstimatedSize); in main()
129 (unsigned)(dstreamSize>>10), (unsigned)(dstreamEstimatedSize>>10)); in main()