Searched refs:maxCompressedSize (Results 1 – 1 of 1) sorted by relevance
170 …size_t const maxCompressedSize = LZ4_compressBound((int)srcSize) + (maxNbBlocks * 1024); /* add … in BMK_benchMem() local171 void* const compressedBuffer = malloc(maxCompressedSize); in BMK_benchMem()220 RDG_genBuffer(compressedBuffer, maxCompressedSize, 0.10, 0.50, 1); in BMK_benchMem()249 …if (!cCompleted) memset(compressedBuffer, 0xE5, maxCompressedSize); /* warm up and erase result b… in BMK_benchMem()