Home
last modified time | relevance | path

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

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