mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
rename to arena_eager_commit
This commit is contained in:
parent
d22a13c990
commit
33d7503fdb
3 changed files with 4 additions and 4 deletions
|
@ -324,7 +324,7 @@ typedef enum mi_option_e {
|
|||
// some of the following options are experimental
|
||||
// (deprecated options are kept for binary backward compatibility with v1.x versions)
|
||||
mi_option_eager_commit,
|
||||
mi_option_eager_arena_commit,
|
||||
mi_option_arena_eager_commit,
|
||||
mi_option_purge_decommits,
|
||||
mi_option_large_os_pages, // use large (2MiB) OS pages, implies eager commit
|
||||
mi_option_reserve_huge_os_pages, // reserve N huge OS pages (1GiB) at startup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue