Home | History | Annotate | Download | only in memcheck

Lines Matching refs:loss

392    const HChar *loss = "?";
394 case Unreached: loss = "definitely lost"; break;
395 case IndirectLeak: loss = "indirectly lost"; break;
396 case Possible: loss = "possibly lost"; break;
397 case Reachable: loss = "still reachable"; break;
399 return loss;
404 const HChar *loss = "?";
406 case Unreached: loss = "Leak_DefinitelyLost"; break;
407 case IndirectLeak: loss = "Leak_IndirectlyLost"; break;
408 case Possible: loss = "Leak_PossiblyLost"; break;
409 case Reachable: loss = "Leak_StillReachable"; break;
411 return loss;
751 " are %s in loss record %'u of %'u</text>\n",
766 " are %s in loss record %'u of %'u</text>\n",
780 " are %s in loss record %'u of %'u\n",
790 "%'lu%s bytes in %'u%s blocks are %s in loss record %'u of %'u\n",