Add an override for the compile-time malloc_conf to jemalloc_internal_overrides.h
This commit is contained in:
parent
9ba1e1cb37
commit
b01d496646
@ -13,4 +13,9 @@
|
||||
#define LG_PAGE JEMALLOC_OVERRIDE_LG_PAGE
|
||||
#endif
|
||||
|
||||
#ifdef JEMALLOC_OVERRIDE_JEMALLOC_CONFIG_MALLOC_CONF
|
||||
#undef JEMALLOC_CONFIG_MALLOC_CONF
|
||||
#define JEMALLOC_CONFIG_MALLOC_CONF JEMALLOC_OVERRIDE_JEMALLOC_CONFIG_MALLOC_CONF
|
||||
#endif
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_OVERRIDES_H */
|
||||
|
Loading…
Reference in New Issue
Block a user