mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 00:27:30 +03:00
When extracting from central, hugify_eager is different than start_as_huge
This commit is contained in:
parent
2cfa41913e
commit
3678a57c10
13 changed files with 235 additions and 9 deletions
|
|
@ -15,6 +15,7 @@ extern bool malloc_slow;
|
|||
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_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