mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
track commit and is_large status more precisely
This commit is contained in:
parent
a551f3abc4
commit
9af51506a6
6 changed files with 57 additions and 38 deletions
|
@ -225,11 +225,13 @@ typedef enum mi_option_e {
|
|||
mi_option_verbose,
|
||||
// the following options are experimental
|
||||
mi_option_secure,
|
||||
mi_option_lazy_commit,
|
||||
mi_option_eager_commit,
|
||||
mi_option_eager_region_commit,
|
||||
mi_option_large_os_pages, // implies eager commit
|
||||
mi_option_reserve_huge_os_pages,
|
||||
mi_option_segment_cache,
|
||||
mi_option_segment_reset,
|
||||
mi_option_page_reset,
|
||||
mi_option_cache_reset,
|
||||
mi_option_reset_decommits,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue