HomeSort by relevance Sort by last modified time
    Searched refs:__lsan_disable (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
24 void __lsan_disable();
46 ScopedDisabler() { __lsan_disable(); }
  /external/chromium_org/base/debug/
leak_annotations.h 26 void __lsan_disable();
36 ScopedLeakSanitizerDisabler() { __lsan_disable(); }
  /external/chromium_org/third_party/WebKit/Source/wtf/
LeakAnnotations.h 56 void __lsan_disable();
66 __lsan_disable();
  /external/compiler-rt/lib/lsan/
lsan_common.cc 533 void __lsan_disable() { function

Completed in 322 milliseconds