Home
last modified time | relevance | path

Searched full:sanitizer (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/debug/
DKconfig128 bool "Build with address sanitizer"
131 Builds Zephyr with Address Sanitizer enabled. This is currently
142 bool "Continue after sanitizer errors"
161 LSAN (leak sanitizer) that if dlcose is called before performing the leak
167 bool "Build with undefined behavior sanitizer"
170 Builds Zephyr with Undefined Behavior Sanitizer enabled.
176 bool "Build with memory sanitizer"
/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_utils.h36 /* The address sanitizer in llvm adds padding (redzones) after data
/Zephyr-latest/include/zephyr/
Dtoolchain.h59 * @brief Disable address sanitizer
63 * sanitizer feature of the compiler. Most commonly, this is used to
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst124 Address Sanitizer (ASan)
127 You can also build Zephyr with the `Address Sanitizer`_. To do this, set
134 .. _Address Sanitizer:
137 Undefined Behavior Sanitizer (UBSan)
140 You can also build Zephyr with the `Undefined Behavior Sanitizer`_. To do this, set
144 .. _Undefined Behavior Sanitizer:
/Zephyr-latest/arch/posix/
DCMakeLists.txt154 # Support for the LLVM Sanitizer toolchain instrumentation frameworks
/Zephyr-latest/modules/mbedtls/
DCMakeLists.txt130 # if address sanitizer is enabled, as such switch default optimization level
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf52_bsim.rst210 Debugging, coverage and address sanitizer
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py300 help="""Enable address sanitizer to check for several memory access
433 help="""Enable leak sanitizer to check for heap memory leaks.
441 help="""Enable undefined behavior sanitizer to check for undefined
/Zephyr-latest/lib/heap/
Dheap.c13 #include <sanitizer/msan_interface.h>