Searched refs:__lsan_enable (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlsan_interface.h21 // Allocations made between calls to __lsan_disable() and __lsan_enable() will
24 void __lsan_enable(void);
84 ~ScopedDisabler() { __lsan_enable(); }
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp626 if (!&(EF->__lsan_enable) || !&(EF->__lsan_disable) ||
633 EF->__lsan_enable();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp39 Report("Unmatched call to __lsan_enable().\n");
861 void __lsan_enable() { function

Completed in 63 milliseconds