Searched refs:LastHdr (Results 1 – 1 of 1) sorted by relevance
739 for (MemoryRangeHeader *Hdr = (MemoryRangeHeader*)Start, *LastHdr = NULL; in CheckInvariants() local762 if (LastHdr && LastHdr->ThisAllocated != Hdr->PrevAllocated) { in CheckInvariants()764 << "LastHdr->ThisAllocated (" << LastHdr->ThisAllocated << ")"; in CheckInvariants()766 } else if (!LastHdr && !Hdr->PrevAllocated) { in CheckInvariants()772 LastHdr = Hdr; in CheckInvariants()