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 0b673b4 commit 9118264Copy full SHA for 9118264
libmimalloc-sys/src/extended.rs
@@ -541,7 +541,7 @@ pub const mi_option_max_warnings: mi_option_t = 20;
541
pub const mi_option_max_segment_reclaim: mi_option_t = 21;
542
543
/// Last option.
544
-pub const _mi_option_last: mi_option_t = 26;
+pub const _mi_option_last: mi_option_t = 28;
545
546
extern "C" {
547
// Note: mi_option_{enable,disable} aren't exposed because they're redundant
0 commit comments