Home | History | Annotate | Download | only in coregrind

Lines Matching defs:Deleted

67    'deleted') and it is strongly recommended not to change this.
109 deletion, hence the Deleted state. */
110 enum { InUse, Deleted, Empty } status;
524 if (tte->status == Empty || tte->status == Deleted) {
558 case Deleted: VG_(printf)("Deleted\n"); break;
1023 || sectors[y].tt[i].status == Deleted)
1101 matching, or Deleted. In any case we did not find it in this
1174 tte->status = Deleted;
1210 /* already deleted */