Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c407 int compressedBuffSize; in fullSpeedBench() local
427 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()
428 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
621 … size_t const fcsize = LZ4F_compressFrame(compressed_buff, (size_t)compressedBuffSize, orig_buff, … in fullSpeedBench()