Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_include.h271 IndirectLeak =2, // Leaked, but reachable from another leaked block enumerator
284 (R2S(Reachable) | R2S(Possible) | R2S(IndirectLeak) | R2S(Unreached))
Dmc_leakcheck.c883 ex->state = IndirectLeak; in lc_push_with_clique_if_a_chunk_ptr()
1384 } else if (IndirectLeak == lr->key.state) { in print_results()
1490 if (ind_ex->state == IndirectLeak in print_clique()
Dmc_errors.c222 case IndirectLeak: loss = "indirectly lost"; break; in str_leak_lossmode()
234 case IndirectLeak: loss = "Leak_IndirectlyLost"; break; in xml_leak_kind()
252 case IndirectLeak: return "indirect"; in pp_Reachedness_for_leak_kinds()
Dmc_main.c5614 = R2S(Possible) | R2S(IndirectLeak) | R2S(Unreached); in handle_gdb_monitor_command()