Searched refs:LZ4_COMPRESS_INPLACE_MARGIN (Results 1 – 1 of 1) sorted by relevance
538 #define LZ4_COMPRESS_INPLACE_MARGIN (LZ4_DISTANCE_MAX + 32) /* LZ4_DIST… macro539 …NPLACE_BUFFER_SIZE(maxCompressedSize) ((maxCompressedSize) + LZ4_COMPRESS_INPLACE_MARGIN) /**< …