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

/external/chromium_org/base/debug/
H A Dleak_annotations.h27 void __lsan_enable();
37 ~ScopedLeakSanitizerDisabler() { __lsan_enable(); }
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DLeakAnnotations.h57 void __lsan_enable();
71 __lsan_enable();
/external/compiler-rt/include/sanitizer/
H A Dlsan_interface.h22 // Allocations made between calls to __lsan_disable() and __lsan_enable() will
25 void __lsan_enable();
68 ~ScopedDisabler() { __lsan_enable(); }
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc694 void __lsan_enable() { function
697 Report("Unmatched call to __lsan_enable().\n");

Completed in 150 milliseconds