We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0a5c1 commit ce634b5Copy full SHA for ce634b5
libmimalloc-sys/src/extended.rs
@@ -579,7 +579,7 @@ pub const mi_option_segment_decommit_delay: mi_option_t = 23;
579
pub const mi_option_decommit_extend_delay: mi_option_t = 24;
580
581
/// Last option.
582
-pub const _mi_option_last: mi_option_t = 25;
+pub const _mi_option_last: mi_option_t = 26;
583
584
extern "C" {
585
// Note: mi_option_{enable,disable} aren't exposed because they're redundant
0 commit comments