HomeSort by relevance Sort by last modified time
    Searched refs:__lsan_enable (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/include/sanitizer/
lsan_interface.h 22 // Allocations made between calls to __lsan_disable() and __lsan_enable() will
25 void __lsan_enable();
47 ~ScopedDisabler() { __lsan_enable(); }
  /external/chromium_org/base/debug/
leak_annotations.h 27 void __lsan_enable();
37 ~ScopedLeakSanitizerDisabler() { __lsan_enable(); }
  /external/chromium_org/third_party/WebKit/Source/wtf/
LeakAnnotations.h 57 void __lsan_enable();
71 __lsan_enable();
  /external/compiler-rt/lib/lsan/
lsan_common.cc 540 void __lsan_enable() { function
543 Report("Unmatched call to __lsan_enable().\n");

Completed in 71 milliseconds