mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-14 08:56:20 +03:00
Add experimental_enforce_hugify
This commit is contained in:
parent
f5f0f063c1
commit
bfb63eaf41
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