mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 06:59:32 +03:00
add comment about large pages
This commit is contained in:
parent
76a5adfbfe
commit
bd6abd2463
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ static mi_option_desc_t options[_mi_option_last] = {
|
||||||
{ 0, UNINIT, "page_reset" },
|
{ 0, UNINIT, "page_reset" },
|
||||||
{ 0, UNINIT, "cache_reset" },
|
{ 0, UNINIT, "cache_reset" },
|
||||||
{ 0, UNINIT, "pool_commit" },
|
{ 0, UNINIT, "pool_commit" },
|
||||||
{ 0, UNINIT, "eager_commit" }, // secure must have eager commit
|
{ 0, UNINIT, "eager_commit" }, // secure and large pages must have eager commit
|
||||||
{ 0, UNINIT, "large_os_pages" }, // use large OS pages
|
{ 0, UNINIT, "large_os_pages" }, // use large OS pages
|
||||||
{ 0, UNINIT, "reset_decommits" },
|
{ 0, UNINIT, "reset_decommits" },
|
||||||
{ 0, UNINIT, "reset_discards" },
|
{ 0, UNINIT, "reset_discards" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue