Home
last modified time | relevance | path

Searched refs:LSAN_FLAG (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_flags.inc13 #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.")
29 LSAN_FLAG(bool, use_globals, true,
31 LSAN_FLAG(bool, use_stacks, true, "Root set: include thread stacks")
32 LSAN_FLAG(bool, use_registers, true, "Root set: include thread registers")
33 LSAN_FLAG(bool, use_tls, true,
[all …]
Dlsan_common.h48 #define LSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
50 #undef LSAN_FLAG
Dlsan_common.cc49 #define LSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
51 #undef LSAN_FLAG in SetDefaults()
55 #define LSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterLsanFlags() macro
58 #undef LSAN_FLAG in RegisterLsanFlags()