HomeSort by: relevance | last modified time | path
    Searched refs:__lsan_do_recoverable_leak_check (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
lsan_interface.h 61 int __lsan_do_recoverable_leak_check(void);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerLoop.cpp 641 !(EF->__lsan_do_recoverable_leak_check))
663 if (EF->__lsan_do_recoverable_leak_check()) { // Leak is found, report it.
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 881 int __lsan_do_recoverable_leak_check() { function in typeref:typename:SANITIZER_INTERFACE_ATTRIBUTE int

Completed in 15 milliseconds