enable large OS page support on Windows

This commit is contained in:
daan 2019-06-28 22:35:57 -07:00
parent 6eaf387891
commit d6901558cd
6 changed files with 96 additions and 18 deletions

View file

@ -31,6 +31,7 @@ static mi_option_desc_t options[_mi_option_last] = {
{ 0, UNINIT, "page_reset" },
{ 0, UNINIT, "cache_reset" },
{ 0, UNINIT, "pool_commit" },
{ 0, UNINIT, "large_os_pages" }, // use large OS pages
#if MI_SECURE
{ MI_SECURE, INITIALIZED, "secure" }, // in secure build the environment setting is ignored
#else