add option to limit OS allocation and only allow allocation from arenas

This commit is contained in:
daan 2020-09-08 16:56:51 -07:00
parent 14b8d27386
commit 364674185e
4 changed files with 5 additions and 2 deletions

View file

@ -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