Searched refs:SCUDO_FLAG (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| HD | flags.inc | 9 #ifndef SCUDO_FLAG 10 #error "Define SCUDO_FLAG prior to including this file!" 13 SCUDO_FLAG(int, quarantine_size_kb, 0, 18 SCUDO_FLAG(int, thread_local_quarantine_size_kb, 0, 23 SCUDO_FLAG(int, quarantine_max_chunk_size, 0, 27 SCUDO_FLAG(bool, dealloc_type_mismatch, false, 31 SCUDO_FLAG(bool, delete_size_mismatch, true, 35 SCUDO_FLAG(bool, zero_contents, false, "Zero chunk contents on allocation.") 37 SCUDO_FLAG(bool, pattern_fill_contents, false, 40 SCUDO_FLAG(bool, may_return_null, true, [all …]
|
| HD | flags.cpp | 23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() macro 25 #undef SCUDO_FLAG in setDefaults() 36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() macro 40 #undef SCUDO_FLAG in registerFlags()
|
| HD | flags.h | 17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 19 #undef SCUDO_FLAG
|