Home
last modified time | relevance | path

Searched refs:ASAN_ACTIVATION_FLAG (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation_flags.inc12 #ifndef ASAN_ACTIVATION_FLAG
13 # error "Define ASAN_ACTIVATION_FLAG prior to including this file!"
20 // ASAN_ACTIVATION_FLAG(Type, Name)
23 ASAN_ACTIVATION_FLAG(int, redzone)
24 ASAN_ACTIVATION_FLAG(int, max_redzone)
25 ASAN_ACTIVATION_FLAG(int, quarantine_size_mb)
26 ASAN_ACTIVATION_FLAG(int, thread_local_quarantine_size_kb)
27 ASAN_ACTIVATION_FLAG(bool, alloc_dealloc_mismatch)
28 ASAN_ACTIVATION_FLAG(bool, poison_heap)
H A Dasan_activation.cpp34 #define ASAN_ACTIVATION_FLAG(Type, Name) \ in RegisterActivationFlags() macro
39 #undef ASAN_ACTIVATION_FLAG in RegisterActivationFlags()