mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +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
|
|
@ -300,6 +300,8 @@ TEST_BEGIN(test_mallctl_opt) {
|
|||
TEST_MALLCTL_OPT(bool, abort_conf, always);
|
||||
TEST_MALLCTL_OPT(bool, cache_oblivious, always);
|
||||
TEST_MALLCTL_OPT(bool, trust_madvise, always);
|
||||
TEST_MALLCTL_OPT(
|
||||
bool, experimental_hpa_start_huge_if_thp_always, always);
|
||||
TEST_MALLCTL_OPT(bool, confirm_conf, always);
|
||||
TEST_MALLCTL_OPT(const char *, metadata_thp, always);
|
||||
TEST_MALLCTL_OPT(bool, retain, always);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue