Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c368 int compressedBuffSize; in fullSpeedBench() local
389 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()