mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-30 06:58:08 +03:00
Internalize malloc_conf_2_conf_harder ctl
This commit is contained in:
parent
9e143468a2
commit
901365d473
4 changed files with 5 additions and 18 deletions
|
|
@ -46,6 +46,7 @@ extern bool opt_disable_large_size_classes;
|
|||
|
||||
extern const char *opt_malloc_conf_symlink;
|
||||
extern const char *opt_malloc_conf_env_var;
|
||||
extern const char *je_malloc_conf_2_conf_harder;
|
||||
|
||||
/* Escape free-fastpath when ptr & mask == 0 (for sanitization purpose). */
|
||||
extern uintptr_t san_cache_bin_nonfast_mask;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue