mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-16 15:41:41 +03: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:
parent
0c5dd03e88
commit
e3a16fce5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue