Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/include/sanitizer/
Dlsan_interface.h24 void __lsan_enable(void);
84 ~ScopedDisabler() { __lsan_enable(); } in ~ScopedDisabler()
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerExtFunctions.def28 EXT_FUNC(__lsan_enable, void, (), false);
DFuzzerLoop.cpp687 if (!&(EF->__lsan_enable) || !&(EF->__lsan_disable) || in TryDetectingAMemoryLeak()
694 EF->__lsan_enable(); in TryDetectingAMemoryLeak()
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_common.cpp1053 void __lsan_enable() { in __lsan_enable() function