mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
increase minimal commit size to 8*slice-size and add decommit_extend_delay as option
This commit is contained in:
parent
fb418831df
commit
0e2df71829
3 changed files with 5 additions and 3 deletions
|
@ -328,6 +328,7 @@ typedef enum mi_option_e {
|
|||
mi_option_max_warnings,
|
||||
mi_option_allow_decommit,
|
||||
mi_option_segment_decommit_delay,
|
||||
mi_option_decommit_extend_delay,
|
||||
_mi_option_last
|
||||
} mi_option_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue