Skip to content

Commit 1bd91b4

Browse files
committed
Update comments
1 parent 1005b90 commit 1bd91b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libmimalloc-sys/src/extended.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,10 @@ pub const mi_option_show_stats: mi_option_t = 1;
331331
/// Option allowing printing verbose messages to stderr.
332332
pub const mi_option_verbose: mi_option_t = 2;
333333

334-
/// Option specifying eagerly commit segments (4MiB) (enabled by default).
334+
/// Option (experimental) specifying eagerly commit segments (4MiB) (enabled by default).
335335
pub const mi_option_eager_commit: mi_option_t = 3;
336336

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).
338338
pub const mi_option_eager_region_commit: mi_option_t = 4;
339339

340340
/// Option (experimental) to use large OS pages (2MiB in size) if possible.

0 commit comments

Comments
 (0)