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