mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
add option to limit OS allocation and only allow allocation from arenas
This commit is contained in:
parent
14b8d27386
commit
364674185e
4 changed files with 5 additions and 2 deletions
|
@ -311,6 +311,7 @@ typedef enum mi_option_e {
|
|||
mi_option_eager_commit_delay,
|
||||
mi_option_reset_delay,
|
||||
mi_option_use_numa_nodes,
|
||||
mi_option_limit_os_alloc,
|
||||
mi_option_os_tag,
|
||||
mi_option_max_errors,
|
||||
_mi_option_last
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue