Searched refs:maxCompressedSize (Results 1 – 2 of 2) sorted by relevance
637 #define LZ4_COMPRESS_INPLACE_BUFFER_SIZE(maxCompressedSize) ((maxCompressedSize) + LZ4_COMPRESS_I… argument
364 …size_t const maxCompressedSize = (size_t)LZ4_compressBound((int)srcSize) + (maxNbBlocks * 1024); … in BMK_benchMem() local365 void* const compressedBuffer = malloc(maxCompressedSize); in BMK_benchMem()413 RDG_genBuffer(compressedBuffer, maxCompressedSize, 0.10, 0.50, 1); in BMK_benchMem()450 …if (!cCompleted) memset(compressedBuffer, 0xE5, maxCompressedSize); /* warm up and erase compress… in BMK_benchMem()