Searched refs:cmpBufBytes (Results 1 – 1 of 1) sorted by relevance
44 const size_t cmpBufBytes = LZ4_COMPRESSBOUND(messageMaxBytes); in test_compress() local45 char* const cmpBuf = (char*) malloc(cmpBufBytes); in test_compress()68 lz4Stream, inpPtr, cmpBuf, inpBytes, cmpBufBytes, 1); in test_compress()