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:
antirez
2017-01-30 09:58:34 +01:00
parent 37b4c954a9
commit 36c1acc222
150 changed files with 17225 additions and 6342 deletions

View File

@ -0,0 +1,3 @@
#pragma once
int test_threads();