Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctions.def30 EXT_FUNC(__lsan_do_recoverable_leak_check, int, (), false);
H A DFuzzerLoop.cpp685 !(EF->__lsan_do_recoverable_leak_check)) in TryDetectingAMemoryLeak()
707 if (EF->__lsan_do_recoverable_leak_check()) { // Leak is found, report it. in TryDetectingAMemoryLeak()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp1086 int __lsan_do_recoverable_leak_check() { in __lsan_do_recoverable_leak_check() function