mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
experimental eager page commit option
This commit is contained in:
parent
4452431b6c
commit
c6df7a199c
5 changed files with 57 additions and 38 deletions
|
@ -267,6 +267,7 @@ typedef enum mi_option_e {
|
|||
// the following options are experimental
|
||||
mi_option_eager_commit,
|
||||
mi_option_eager_region_commit,
|
||||
mi_option_eager_page_commit,
|
||||
mi_option_large_os_pages, // implies eager commit
|
||||
mi_option_reserve_huge_os_pages,
|
||||
mi_option_segment_cache,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue