jemalloc source added

This commit is contained in:
antirez
2011-05-09 10:52:55 +02:00
parent 942354f925
commit 0811e89c80
83 changed files with 40431 additions and 0 deletions

2
deps/jemalloc/src/hash.c vendored Normal file
View File

@ -0,0 +1,2 @@
#define JEMALLOC_HASH_C_
#include "jemalloc/internal/jemalloc_internal.h"