mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-23 03:12:11 +03:00
Add an override for the compile-time malloc_conf to jemalloc_internal_overrides.h
This commit is contained in:
parent
9ba1e1cb37
commit
b01d496646
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue