Lines Matching refs:LSAN_FLAG
12 #ifndef LSAN_FLAG
13 # error "Define LSAN_FLAG prior to including this file!"
16 // LSAN_FLAG(Type, Name, DefaultValue, Description)
19 LSAN_FLAG(bool, report_objects, false,
21 LSAN_FLAG(
25 LSAN_FLAG(int, max_leaks, 0, "The number of leaks reported.")
28 LSAN_FLAG(bool, use_globals, true,
30 LSAN_FLAG(bool, use_stacks, true, "Root set: include thread stacks")
31 LSAN_FLAG(bool, use_registers, true, "Root set: include thread registers")
32 LSAN_FLAG(bool, use_tls, true,
34 LSAN_FLAG(bool, use_root_regions, true,
36 LSAN_FLAG(bool, use_ld_allocations, true,
41 LSAN_FLAG(bool, use_unaligned, false, "Consider unaligned pointers valid.")
42 LSAN_FLAG(bool, use_poisoned, false,
44 LSAN_FLAG(bool, log_pointers, false, "Debug logging")
45 LSAN_FLAG(bool, log_threads, false, "Debug logging")
46 LSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")