mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
Mark malloc_conf as a weak symbol
This fixes issue #113 - je_malloc_conf is not respected on OS X
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
malloc_tsd_data(, arenas, arena_t *, NULL)
|
||||
|
||||
/* Runtime configuration options. */
|
||||
const char *je_malloc_conf;
|
||||
const char *je_malloc_conf JEMALLOC_ATTR(weak);
|
||||
bool opt_abort =
|
||||
#ifdef JEMALLOC_DEBUG
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user