Home | History | Annotate | Download | only in memcheck

Lines Matching defs:Leak

243       // A memory leak.
248 } Leak;
806 UInt n_this_record = extra->Err.Leak.n_this_record;
807 UInt n_total_records = extra->Err.Leak.n_total_records;
808 LossRecord* lr = extra->Err.Leak.lr;
983 extra.Err.Leak.n_this_record = n_this_record;
984 extra.Err.Leak.n_total_records = n_total_records;
985 extra.Err.Leak.lr = lr;
1409 LeakSupp, // Something to be suppressed in a leak check.
1428 else if (VG_STREQ(name, "Leak")) skind = LeakSupp;
1533 case Err_Leak: return "Leak";