Skip to content

Commit

Permalink
Update _mi_option_last
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Jun 23, 2024
1 parent 406f3c6 commit d3d2632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmimalloc-sys/src/extended.rs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ pub const mi_option_max_warnings: mi_option_t = 20;
pub const mi_option_max_segment_reclaim: mi_option_t = 21;

/// Last option.
pub const _mi_option_last: mi_option_t = 28;
pub const _mi_option_last: mi_option_t = 29;

extern "C" {
// Note: mi_option_{enable,disable} aren't exposed because they're redundant
Expand Down

0 comments on commit d3d2632

Please sign in to comment.