mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
change max_numa_node to max_numa_nodes option
This commit is contained in:
parent
d4f54dcf30
commit
bdb8274819
3 changed files with 6 additions and 5 deletions
|
@ -275,7 +275,7 @@ typedef enum mi_option_e {
|
|||
mi_option_eager_commit_delay,
|
||||
mi_option_reset_delay,
|
||||
mi_option_os_tag,
|
||||
mi_option_max_numa_node,
|
||||
mi_option_max_numa_nodes,
|
||||
mi_option_max_errors,
|
||||
_mi_option_last
|
||||
} mi_option_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue