mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Restore original 16 KB LZ4 hash table size.
This commit is contained in:
parent
c658f43bc3
commit
99613291fb
@ -122,7 +122,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 12
|
# define LZ4_MEMORY_USAGE 14
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user