mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 20:53:52 +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
|
* Default value is 14, for 16KB, which nicely fits into Intel x86 L1 cache
|
||||||
*/
|
*/
|
||||||
#ifndef LZ4_MEMORY_USAGE
|
#ifndef LZ4_MEMORY_USAGE
|
||||||
# define LZ4_MEMORY_USAGE 14
|
# define LZ4_MEMORY_USAGE 12
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*-************************************
|
/*-************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user