mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 09:30:55 +00:00
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.
4 lines
91 B
C
4 lines
91 B
C
#define JEMALLOC_TEST_JUNK_OPT "junk:free"
|
|
#include "junk.c"
|
|
#undef JEMALLOC_TEST_JUNK_OPT
|