Home
last modified time | relevance | path

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

/external/lz4/examples/
DframeCompress.c131 …size_t const outbufCapacity = LZ4F_compressBound(IN_CHUNK_SIZE, &kPrefs); /* large enough for an… in compress_file() local
132 void* const outbuff = malloc(outbufCapacity); in compress_file()
139 outbuff, outbufCapacity); in compress_file()