Searched refs:compressedBuffSize (Results 1 – 2 of 2) sorted by relevance
274 char* compressedBuffer; int compressedBuffSize; in BMK_benchFile() local301 compressedBuffSize = nbChunks * maxCompressedChunkSize; in BMK_benchFile()302 compressedBuffer = (char*)malloc((size_t )compressedBuffSize); in BMK_benchFile()
430 char* compressed_buff; int compressedBuffSize; in fullSpeedBench() local461 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()462 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()641 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench()