mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 23:19:31 +03:00
fix order of options
This commit is contained in:
parent
2f63964e5c
commit
81a7ae33e7
1 changed files with 3 additions and 3 deletions
|
@ -225,14 +225,14 @@ typedef enum mi_option_e {
|
|||
mi_option_show_errors,
|
||||
mi_option_verbose,
|
||||
// the following options are experimental
|
||||
mi_option_page_reset,
|
||||
mi_option_cache_reset,
|
||||
mi_option_secure,
|
||||
mi_option_eager_commit,
|
||||
mi_option_eager_region_commit,
|
||||
mi_option_large_os_pages, // implies eager commit
|
||||
mi_option_page_reset,
|
||||
mi_option_cache_reset,
|
||||
mi_option_reset_decommits,
|
||||
mi_option_reset_discards,
|
||||
mi_option_secure,
|
||||
_mi_option_last
|
||||
} mi_option_t;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue