mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Decrease LZ4 memory usage.
This commit is contained in:
parent
79dec4eafe
commit
0e021bb798
@ -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
|
||||
|
||||
/*-************************************
|
||||
|
Loading…
Reference in New Issue
Block a user