mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-24 09:08:26 -05:00
27e29f4fe6
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
|