HomeSort by: relevance | last modified time | path
    Searched defs:DoLeakCheck (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 32 // This mutex is used to prevent races between DoLeakCheck and IgnoreObject, and
613 void DoLeakCheck() {
791 void DoLeakCheck() { }
876 __lsan::DoLeakCheck();
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp 41 // This mutex is used to prevent races between DoLeakCheck and IgnoreObject, and
815 void DoLeakCheck() {
991 void DoLeakCheck() {}
1077 __lsan::DoLeakCheck();
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 31 // This mutex is used to prevent races between DoLeakCheck and IgnoreObject, and
726 void DoLeakCheck() {
929 void DoLeakCheck() { }
1012 __lsan::DoLeakCheck();

Completed in 34 milliseconds