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

  /external/compiler-rt/lib/lsan/
lsan.cc 84 Atexit(DoLeakCheck);
lsan_common.h 118 void DoLeakCheck();
lsan_common.cc 30 // This mutex is used to prevent races between DoLeakCheck and IgnoreObject, and
389 void DoLeakCheck() {
675 __lsan::DoLeakCheck();
  /external/compiler-rt/lib/asan/
asan_rtl.cc 496 Atexit(__lsan::DoLeakCheck);

Completed in 477 milliseconds