Home | History | Annotate | Download | only in memcheck

Lines Matching defs:loss

391    const HChar *loss = "?";
393 case Unreached: loss = "definitely lost"; break;
394 case IndirectLeak: loss = "indirectly lost"; break;
395 case Possible: loss = "possibly lost"; break;
396 case Reachable: loss = "still reachable"; break;
398 return loss;
403 const HChar *loss = "?";
405 case Unreached: loss = "Leak_DefinitelyLost"; break;
406 case IndirectLeak: loss = "Leak_IndirectlyLost"; break;
407 case Possible: loss = "Leak_PossiblyLost"; break;
408 case Reachable: loss = "Leak_StillReachable"; break;
410 return loss;
483 " are %s in loss record %'u of %'u</text>\n",
498 " are %s in loss record %'u of %'u</text>\n",
512 " are %s in loss record %'u of %'u\n",
522 "%'lu%s bytes in %'u%s blocks are %s in loss record %'u of %'u\n",