Searched refs:compressedBuffSize (Results 1 – 1 of 1) sorted by relevance
407 int compressedBuffSize; in fullSpeedBench() local427 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()428 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()621 … size_t const fcsize = LZ4F_compressFrame(compressed_buff, (size_t)compressedBuffSize, orig_buff, … in fullSpeedBench()