Searched full:sanitizer (Results 1 – 9 of 9) sorted by relevance
128 bool "Build with address sanitizer"131 Builds Zephyr with Address Sanitizer enabled. This is currently142 bool "Continue after sanitizer errors"161 LSAN (leak sanitizer) that if dlcose is called before performing the leak167 bool "Build with undefined behavior sanitizer"170 Builds Zephyr with Undefined Behavior Sanitizer enabled.176 bool "Build with memory sanitizer"
36 /* The address sanitizer in llvm adds padding (redzones) after data
59 * @brief Disable address sanitizer63 * sanitizer feature of the compiler. Most commonly, this is used to
124 Address Sanitizer (ASan)127 You can also build Zephyr with the `Address Sanitizer`_. To do this, set134 .. _Address Sanitizer:137 Undefined Behavior Sanitizer (UBSan)140 You can also build Zephyr with the `Undefined Behavior Sanitizer`_. To do this, set144 .. _Undefined Behavior Sanitizer:
154 # Support for the LLVM Sanitizer toolchain instrumentation frameworks
130 # if address sanitizer is enabled, as such switch default optimization level
210 Debugging, coverage and address sanitizer
300 help="""Enable address sanitizer to check for several memory access433 help="""Enable leak sanitizer to check for heap memory leaks.441 help="""Enable undefined behavior sanitizer to check for undefined
13 #include <sanitizer/msan_interface.h>