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 406f3c6 commit d3d2632Copy full SHA for d3d2632
libmimalloc-sys/src/extended.rs
@@ -546,7 +546,7 @@ pub const mi_option_max_warnings: mi_option_t = 20;
546
pub const mi_option_max_segment_reclaim: mi_option_t = 21;
547
548
/// Last option.
549
-pub const _mi_option_last: mi_option_t = 28;
+pub const _mi_option_last: mi_option_t = 29;
550
551
extern "C" {
552
// Note: mi_option_{enable,disable} aren't exposed because they're redundant
0 commit comments