mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Jemalloc updated to 4.4.0.
The original jemalloc source tree was modified to: 1. Remove the configure error that prevents nested builds. 2. Insert the Redis private Jemalloc API in order to allow the Redis fragmentation function to work.
This commit is contained in:
4
deps/jemalloc/test/unit/math.c
vendored
4
deps/jemalloc/test/unit/math.c
vendored
@ -5,6 +5,10 @@
|
||||
|
||||
#include <float.h>
|
||||
|
||||
#ifdef __PGI
|
||||
#undef INFINITY
|
||||
#endif
|
||||
|
||||
#ifndef INFINITY
|
||||
#define INFINITY (DBL_MAX + DBL_MAX)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user