Lines Matching refs:LSAN_FLAG
13 #ifndef LSAN_FLAG
14 # error "Define LSAN_FLAG prior to including this file!"
17 // LSAN_FLAG(Type, Name, DefaultValue, Description)
20 LSAN_FLAG(bool, report_objects, false,
22 LSAN_FLAG(
26 LSAN_FLAG(int, max_leaks, 0, "The number of leaks reported.")
27 LSAN_FLAG(int, exitcode, 23,
31 LSAN_FLAG(bool, use_globals, true,
33 LSAN_FLAG(bool, use_stacks, true, "Root set: include thread stacks")
34 LSAN_FLAG(bool, use_registers, true, "Root set: include thread registers")
35 LSAN_FLAG(bool, use_tls, true,
37 LSAN_FLAG(bool, use_root_regions, true,
40 LSAN_FLAG(bool, use_unaligned, false, "Consider unaligned pointers valid.")
41 LSAN_FLAG(bool, use_poisoned, false,
43 LSAN_FLAG(bool, log_pointers, false, "Debug logging")
44 LSAN_FLAG(bool, log_threads, false, "Debug logging")
45 LSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")