HomeSort by relevance Sort by last modified time
    Searched full:scopedleaksanitizerdisabler (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/debug/
leak_annotations.h 34 class ScopedLeakSanitizerDisabler {
36 ScopedLeakSanitizerDisabler() { __lsan_disable(); }
37 ~ScopedLeakSanitizerDisabler() { __lsan_enable(); }
39 DISALLOW_COPY_AND_ASSIGN(ScopedLeakSanitizerDisabler);
43 ScopedLeakSanitizerDisabler leak_sanitizer_disabler; static_cast<void>(0)

Completed in 300 milliseconds