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/atomic.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dep/jemalloc/src/atomic.c (limited to 'dep/jemalloc/src/atomic.c') diff --git a/dep/jemalloc/src/atomic.c b/dep/jemalloc/src/atomic.c new file mode 100644 index 00000000000..77ee313113b --- /dev/null +++ b/dep/jemalloc/src/atomic.c @@ -0,0 +1,2 @@ +#define JEMALLOC_ATOMIC_C_ +#include "jemalloc/internal/jemalloc_internal.h" -- cgit v1.2.3