reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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.")