Searched refs:compressedBuffSize (Results 1 – 1 of 1) sorted by relevance
368 int compressedBuffSize; in fullSpeedBench() local389 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()390 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()564 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench()