OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_leaks
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_common.cc
447
bool
have_leaks
= CheckForLeaks();
local
448
if (!
have_leaks
) {
458
bool
have_leaks
= CheckForLeaks();
local
459
return
have_leaks
? 1 : 0;
Completed in 557 milliseconds