Home
last modified time | relevance | path

Searched refs:have_leaks (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_common.cc447 bool have_leaks = CheckForLeaks(); in DoLeakCheck() local
448 if (!have_leaks) { in DoLeakCheck()
458 bool have_leaks = CheckForLeaks(); in DoRecoverableLeakCheck() local
459 return have_leaks ? 1 : 0; in DoRecoverableLeakCheck()