mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 11:58:41 +03:00
Merge 9a66d37d4e
into 8cf618a452
This commit is contained in:
commit
c472b8b016
4 changed files with 17 additions and 0 deletions
|
@ -311,6 +311,9 @@ typedef enum mi_option_e {
|
|||
mi_option_page_reset,
|
||||
mi_option_abandoned_page_reset,
|
||||
mi_option_segment_reset,
|
||||
#if defined(__linux__)
|
||||
mi_option_prefault,
|
||||
#endif
|
||||
mi_option_eager_commit_delay,
|
||||
mi_option_reset_delay,
|
||||
mi_option_use_numa_nodes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue