Home
last modified time | relevance | path

Searched refs:__lsan_disable (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlsan_interface.h23 void SANITIZER_CDECL __lsan_disable(void);
83 ScopedDisabler() { __lsan_disable(); } in ScopedDisabler()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctions.def29 EXT_FUNC(__lsan_disable, void, (), false);
H A DFuzzerLoop.cpp684 if (!&(EF->__lsan_enable) || !&(EF->__lsan_disable) || in TryDetectingAMemoryLeak()
689 EF->__lsan_disable(); in TryDetectingAMemoryLeak()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp1064 void __lsan_disable() { in __lsan_disable() function