Home
last modified time | relevance | path

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

/third_party/lz4/examples/
H A DframeCompress.c161 size_t const outbufCapacity = LZ4F_compressBound(IN_CHUNK_SIZE, &kPrefs); /* large enough for any input <= IN_CHUNK_SIZE */ in compress_file() local
162 void* const outbuff = malloc(outbufCapacity); in compress_file()
169 outbuff, outbufCapacity, in compress_file()

Completed in 1 milliseconds