Lines Matching full:leak
171 // A memory leak.
176 } Leak;
681 UInt n_this_record = extra->Err.Leak.n_this_record;
682 UInt n_total_records = extra->Err.Leak.n_total_records;
683 LossRecord* lr = extra->Err.Leak.lr;
888 extra.Err.Leak.n_this_record = n_this_record;
889 extra.Err.Leak.n_total_records = n_total_records;
890 extra.Err.Leak.lr = lr;
1315 LeakSupp, // Something to be suppressed in a leak check.
1336 else if (VG_STREQ(name, "Leak")) skind = LeakSupp;
1361 during the leak search identified by leak_search_gen.
1363 used the first time during a leak search. */
1385 // We might have the optional match-leak-kinds line
1394 if (eof) return True; // old LeakSupp style, no match-leak-kinds line.
1395 if (0 == VG_(strncmp)(*bufpp, "match-leak-kinds:", 17)) {
1492 // First time we see this suppression during this leak search.
1498 return RiS(extra->Err.Leak.lr->key.state, lse->match_leak_kinds);
1536 case Err_Leak: return "Leak";
1580 return VG_(snprintf) (buf, nBuf, "match-leak-kinds: %s",
1581 pp_Reachedness_for_leak_kinds(extra->Err.Leak.lr->key.state));
1621 lse->blocks_suppressed += extra->Err.Leak.lr->num_blocks;
1623 += extra->Err.Leak.lr->szB + extra->Err.Leak.lr->indirect_szB;