mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
enable non eager-commit flag
This commit is contained in:
parent
d8c47bfed2
commit
46a9e51f74
5 changed files with 53 additions and 36 deletions
|
@ -44,7 +44,7 @@ static mi_option_desc_t options[_mi_option_last] = {
|
|||
#else
|
||||
{ 0, UNINIT, "secure" },
|
||||
#endif
|
||||
{ 0, UNINIT, "show_stats" },
|
||||
{ 1, UNINIT, "show_stats" },
|
||||
{ MI_DEBUG, UNINIT, "show_errors" },
|
||||
{ 0, UNINIT, "verbose" }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue