mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-02 18:24:17 +03:00
Add experimental_enforce_hugify
This commit is contained in:
parent
b8ad7eba63
commit
76d6771770
7 changed files with 133 additions and 48 deletions
|
|
@ -16,6 +16,7 @@ extern bool opt_abort;
|
|||
extern bool opt_abort_conf;
|
||||
extern bool opt_trust_madvise;
|
||||
extern bool opt_experimental_hpa_start_huge_if_thp_always;
|
||||
extern bool opt_experimental_hpa_enforce_hugify;
|
||||
extern bool opt_confirm_conf;
|
||||
extern bool opt_hpa;
|
||||
extern hpa_shard_opts_t opt_hpa_opts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue