From acf6c79d9bd2fb41c00a39b745d29c100dd8b2c1 Mon Sep 17 00:00:00 2001 From: click Date: Tue, 16 Apr 2013 21:03:29 +0200 Subject: Core/Dependencies: Upgrade to jemalloc-3.3.1 (Also fixes a few weird crashes), closes #7852 Note: This adds support for using jemalloc on FreeBSD, Mac OS X Lion and a few other platforms (not enabled by default) Please read dep/jemalloc/ChangeLog for further information (Changed from 2.1.1 and up apply) --- dep/jemalloc/src/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep/jemalloc/src/hash.c') diff --git a/dep/jemalloc/src/hash.c b/dep/jemalloc/src/hash.c index 6a13d7a03c0..cfa4da0275c 100644 --- a/dep/jemalloc/src/hash.c +++ b/dep/jemalloc/src/hash.c @@ -1,2 +1,2 @@ -#define HASH_C_ +#define JEMALLOC_HASH_C_ #include "jemalloc/internal/jemalloc_internal.h" -- cgit v1.2.3