Skip to content

Commit

Permalink
Add condition build to match each option order
Browse files Browse the repository at this point in the history
  • Loading branch information
hankluo6 committed Jun 30, 2021
1 parent eb5c75e commit 9bbe190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/mimalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,9 @@ typedef enum mi_option_e {
mi_option_page_reset,
mi_option_abandoned_page_reset,
mi_option_segment_reset,
#if defined(__linux__)
mi_option_prefault,
#endif
mi_option_eager_commit_delay,
mi_option_reset_delay,
mi_option_use_numa_nodes,
Expand Down

0 comments on commit 9bbe190

Please sign in to comment.