mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
enable large OS page support on Windows
This commit is contained in:
parent
6eaf387891
commit
d6901558cd
6 changed files with 96 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue