Searched refs:compress_bound (Results 1 – 1 of 1) sorted by relevance
85 size_t compress_bound = ZSTD_compressBound(data_length); in Compress() local86 out.Resize(compress_bound); in Compress()