Home | History | Annotate | Download | only in memcheck

Lines Matching refs:Leak

244       // A memory leak.
249 } Leak;
718 UInt n_this_record = extra->Err.Leak.n_this_record;
719 UInt n_total_records = extra->Err.Leak.n_total_records;
720 LossRecord* lr = extra->Err.Leak.lr;
996 extra.Err.Leak.n_this_record = n_this_record;
997 extra.Err.Leak.n_total_records = n_total_records;
998 extra.Err.Leak.lr = lr;
1415 LeakSupp, // Something to be suppressed in a leak check.
1434 else if (VG_STREQ(name, "Leak")) skind = LeakSupp;
1555 case Err_Leak: return "Leak";