diff options
author | daan <daanl@outlook.com> | 2020-09-08 16:56:51 -0700 |
---|---|---|
committer | daan <daanl@outlook.com> | 2020-09-08 16:56:51 -0700 |
commit | 364674185ebfec6c0176f11dd1842c58acb09c66 (patch) | |
tree | 790e916369053bcbe8d611489f57c76c8b51f9f1 /include/mimalloc.h | |
parent | 14b8d27386d904b6ea3016f253c2dbb676510805 (diff) |
add option to limit OS allocation and only allow allocation from arenas
Diffstat (limited to 'include/mimalloc.h')
-rw-r--r-- | include/mimalloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mimalloc.h b/include/mimalloc.h index 2bcbf10..ea79a52 100644 --- a/include/mimalloc.h +++ b/include/mimalloc.h @@ -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 |