Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/include/sanitizer/
Dlsan_interface.h60 int __lsan_do_recoverable_leak_check(void);
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerExtFunctions.def30 EXT_FUNC(__lsan_do_recoverable_leak_check, int, (), false);
DFuzzerLoop.cpp688 !(EF->__lsan_do_recoverable_leak_check)) in TryDetectingAMemoryLeak()
710 if (EF->__lsan_do_recoverable_leak_check()) { // Leak is found, report it. in TryDetectingAMemoryLeak()
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_common.cpp1068 int __lsan_do_recoverable_leak_check() { in __lsan_do_recoverable_leak_check() function