Decrease LZ4 memory usage.

This commit is contained in:
Bartosz Taudul 2017-11-23 02:28:33 +01:00
parent 79dec4eafe
commit 0e021bb798

View File

@ -114,7 +114,7 @@ LZ4LIB_API const char* LZ4_versionString (void); /**< library version string;
* Default value is 14, for 16KB, which nicely fits into Intel x86 L1 cache
*/
#ifndef LZ4_MEMORY_USAGE
# define LZ4_MEMORY_USAGE 14
# define LZ4_MEMORY_USAGE 12
#endif
/*-************************************