Skip to content

Commit

Permalink
Fix _mi_last_option
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Jan 7, 2023
1 parent 7f0a5c1 commit ce634b5
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 @@ -579,7 +579,7 @@ pub const mi_option_segment_decommit_delay: mi_option_t = 23;
pub const mi_option_decommit_extend_delay: mi_option_t = 24;

/// Last option.
pub const _mi_option_last: mi_option_t = 25;
pub const _mi_option_last: mi_option_t = 26;

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

0 comments on commit ce634b5

Please sign in to comment.