File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,10 +331,10 @@ pub const mi_option_show_stats: mi_option_t = 1;
331
331
/// Option allowing printing verbose messages to stderr.
332
332
pub const mi_option_verbose: mi_option_t = 2 ;
333
333
334
- /// Option specifying eagerly commit segments (4MiB) (enabled by default).
334
+ /// Option (experimental) specifying eagerly commit segments (4MiB) (enabled by default).
335
335
pub const mi_option_eager_commit: mi_option_t = 3 ;
336
336
337
- /// Option specifying eagerly commit large (256MiB) memory regions (enabled by default, except on Windows).
337
+ /// Option (experimental) specifying eagerly commit large (256MiB) memory regions (enabled by default, except on Windows).
338
338
pub const mi_option_eager_region_commit: mi_option_t = 4 ;
339
339
340
340
/// Option (experimental) to use large OS pages (2MiB in size) if possible.
You can’t perform that action at this time.
0 commit comments