mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-09 12:58:41 +03:00
initial implementation of mi_os_reserve_huge_pages
This commit is contained in:
parent
8d28713a35
commit
42dedb00ec
7 changed files with 169 additions and 33 deletions
|
@ -53,7 +53,7 @@ static mi_option_desc_t options[_mi_option_last] =
|
|||
// the following options are experimental and not all combinations make sense.
|
||||
{ 1, UNINIT, "eager_commit" }, // note: if eager_region_commit is on, this should be on too.
|
||||
#ifdef _WIN32 // and BSD?
|
||||
{ 0, UNINIT, "eager_region_commit" }, // don't commit too eagerly on windows (just for looks...)
|
||||
{ 1, UNINIT, "eager_region_commit" },
|
||||
#else
|
||||
{ 1, UNINIT, "eager_region_commit" },
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue