lzo1x_max_compressed_length

Calculates the maximum compressed length of data which has a length of uncompressed_length.

Note: Surprisingly, this is more than uncompressed_length but that's the worst case for completely uncompressable data.

size_t
lzo1x_max_compressed_length

Parameters

uncompressed_length size_t

length of data to compressed

Return Value

Type: size_t

maximum compressed length of data

Meta