diff options
author | antirez <antirez@gmail.com> | 2017-04-22 13:12:42 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2017-04-22 13:17:07 +0200 |
commit | e3b8492e83822aa618d084732f8ab997bf41d7f3 (patch) | |
tree | c1ed5fc9cb15c3a85b6202ad16bde4fe8f012b4b /deps/jemalloc/test/unit/junk_alloc.c | |
parent | 238cebdd5eb0fd0d8f2db87d895a007bc492dcdb (diff) | |
download | redis-e3b8492e83822aa618d084732f8ab997bf41d7f3.tar.gz |
Revert "Jemalloc updated to 4.4.0."
This reverts commit 36c1acc222d29e6e2dc9fc25362e4faa471111bd.
Diffstat (limited to 'deps/jemalloc/test/unit/junk_alloc.c')
-rw-r--r-- | deps/jemalloc/test/unit/junk_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/jemalloc/test/unit/junk_alloc.c b/deps/jemalloc/test/unit/junk_alloc.c index a5895b5c0..8db3331d2 100644 --- a/deps/jemalloc/test/unit/junk_alloc.c +++ b/deps/jemalloc/test/unit/junk_alloc.c @@ -1,3 +1,3 @@ -#define JEMALLOC_TEST_JUNK_OPT "junk:alloc" +#define JEMALLOC_TEST_JUNK_OPT "junk:alloc" #include "junk.c" #undef JEMALLOC_TEST_JUNK_OPT |