| 60 | } |
| 61 | |
| 62 | void Flags::SetDefaults() { |
| 63 | # define LSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; |
| 64 | # include "lsan_flags.inc" |
| 65 | # undef LSAN_FLAG |
| 66 | } |
| 67 | |
| 68 | void RegisterLsanFlags(FlagParser *parser, Flags *f) { |
| 69 | # define LSAN_FLAG(Type, Name, DefaultValue, Description) \ |