Mike Hommey 3597e91482 Allow je_malloc_message to be overridden when linking statically
If an application wants to override je_malloc_message, it is better to define
the symbol locally than to change its value in main(), which might be too late
for various reasons.

Due to je_malloc_message being initialized in util.c, statically linking
jemalloc with an application defining je_malloc_message fails due to
"multiple definition of" the symbol.

Defining it without a value (like je_malloc_conf) makes it more easily
overridable.
2012-05-02 16:25:41 -07:00
..
2012-04-10 14:51:39 -07:00
2012-04-30 16:50:55 -07:00
2012-04-23 22:41:36 -07:00
2012-04-11 18:13:45 -07:00
2012-04-30 16:42:30 -07:00
2012-04-30 16:50:55 -07:00
2012-05-01 11:32:11 -07:00
2012-04-23 22:07:30 -07:00
2012-05-02 00:30:36 -07:00