summaryrefslogtreecommitdiff
path: root/include/mimalloc.h
diff options
context:
space:
mode:
authorDaan Leijen <daan@microsoft.com>2022-04-14 16:10:36 -0700
committerDaan Leijen <daan@microsoft.com>2022-04-14 16:10:36 -0700
commitca0bac743da2bee23f2284dc63caaa6dd7ae621c (patch)
tree5dccf745f5288a3eb20e2b105b11baca4b33acdd /include/mimalloc.h
parentf87cba9bd89f0a34838effa4366a73ddbe0963a6 (diff)
maintain backward compatible option order
Diffstat (limited to 'include/mimalloc.h')
-rw-r--r--include/mimalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mimalloc.h b/include/mimalloc.h
index 1e0062c..3354833 100644
--- a/include/mimalloc.h
+++ b/include/mimalloc.h
@@ -321,10 +321,10 @@ typedef enum mi_option_e {
mi_option_reset_delay,
mi_option_use_numa_nodes, // 0 = use available numa nodes, otherwise use at most N nodes.
mi_option_limit_os_alloc, // 1 = do not use OS memory for allocation (but only reserved arenas)
- mi_option_max_segment_reclaim,
mi_option_os_tag,
mi_option_max_errors,
mi_option_max_warnings,
+ mi_option_max_segment_reclaim,
_mi_option_last
} mi_option_t;