Home
last modified time | relevance | path

Searched refs:compressedBuffSize (Results 1 – 2 of 2) sorted by relevance

/external/lz4/programs/
Dbench.c274 char* compressedBuffer; int compressedBuffSize; in BMK_benchFile() local
301 compressedBuffSize = nbChunks * maxCompressedChunkSize; in BMK_benchFile()
302 compressedBuffer = (char*)malloc((size_t )compressedBuffSize); in BMK_benchFile()
Dfullbench.c430 char* compressed_buff; int compressedBuffSize; in fullSpeedBench() local
461 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()