Home | History | Annotate | Download | only in memcheck

Lines Matching defs:Leak

169       // A memory leak.
174 } Leak;
651 UInt n_this_record = extra->Err.Leak.n_this_record;
652 UInt n_total_records = extra->Err.Leak.n_total_records;
653 LossRecord* lr = extra->Err.Leak.lr;
829 extra.Err.Leak.n_this_record = n_this_record;
830 extra.Err.Leak.n_total_records = n_total_records;
831 extra.Err.Leak.lr = lr;
1187 LeakSupp, // Something to be suppressed in a leak check.
1206 else if (VG_STREQ(name, "Leak")) skind = LeakSupp;
1229 during the leak search identified by leak_search_gen.
1231 used the first time during a leak search. */
1248 // We might have the optional match-leak-kinds line
1257 if (eof) return True; // old LeakSupp style, no match-leak-kinds line.
1258 if (0 == VG_(strncmp)(*bufpp, "match-leak-kinds:", 17)) {
1324 // First time we see this suppression during this leak search.
1330 return RiS(extra->Err.Leak.lr->key.state, lse->match_leak_kinds);
1358 case Err_Leak: return "Leak";
1400 (buf, nBuf-1, "match-leak-kinds: %s",
1401 pp_Reachedness_for_leak_kinds(extra->Err.Leak.lr->key.state));
1434 lse->blocks_suppressed += extra->Err.Leak.lr->num_blocks;
1436 += extra->Err.Leak.lr->szB + extra->Err.Leak.lr->indirect_szB;