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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlsan_interface.h81 class ScopedDisabler { class in namespace:__lsan
83 ScopedDisabler() { __lsan_disable(); } function in class:__lsan::ScopedDisabler
84 ~ScopedDisabler() { __lsan_enable(); }

Completed in 39 milliseconds