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.cc480 bool have_leaks = CheckForLeaks(); in DoLeakCheck() local
481 if (!have_leaks) { in DoLeakCheck()
491 bool have_leaks = CheckForLeaks(); in DoRecoverableLeakCheck() local
492 return have_leaks ? 1 : 0; in DoRecoverableLeakCheck()