Skip to content

Commit

Permalink
Update ProcessCheck.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Aug 2, 2024
1 parent 264fa50 commit ba4eae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/bmalloc/bmalloc/ProcessCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const char* processNameString();
bool shouldAllowMiniMode();
#elif BOS(DARWIN)
inline const char* processNameString() { return "bmalloc"; }
inline bool shouldAllowMiniMode() { return false; }
inline bool shouldAllowMiniMode() { return true; }
#else
inline bool shouldAllowMiniMode() { return true; }
#endif
Expand Down

0 comments on commit ba4eae8

Please sign in to comment.