Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/tests/
DroundTripTest.c129 size_t const cBuffSize = LZ4_compressBound((int)srcSize); in roundTripCheck() local
130 void* const cBuff = malloc(cBuffSize); in roundTripCheck()
131 void* const rBuff = malloc(cBuffSize); in roundTripCheck()
138 roundTripTest(rBuff, cBuffSize, in roundTripCheck()
139 cBuff, cBuffSize, in roundTripCheck()
Dframetest.c176 size_t const cBuffSize = LZ4F_compressFrameBound(COMPRESSIBLE_NOISE_LENGTH, NULL); in basicTests() local
177 void* const compressedBuffer = malloc(cBuffSize); in basicTests()