Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/tests/
Dfullbench.c453 int compressedBuffSize; in fullSpeedBench() local
473 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()
474 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
670 … size_t const fcsize = LZ4F_compressFrame(compressed_buff, (size_t)compressedBuffSize, orig_buff, … in fullSpeedBench()