Searched refs:cstreamSize (Results 1 – 1 of 1) sorted by relevance
116 size_t const cstreamSize = ZSTD_sizeof_CStream(cctx); in main() local121 CHECK(cstreamSize <= cstreamEstimatedSize, "Compression mem (%u) > estimated (%u)", in main()122 (unsigned)cstreamSize, (unsigned)cstreamEstimatedSize); in main()128 (unsigned)(cstreamSize>>10), (unsigned)(cstreamEstimatedSize>>10), in main()