Searched refs:LastHdr (Results 1 – 1 of 1) sorted by relevance
675 for (MemoryRangeHeader *Hdr = (MemoryRangeHeader*)Start, *LastHdr = NULL; in CheckInvariants() local698 if (LastHdr && LastHdr->ThisAllocated != Hdr->PrevAllocated) { in CheckInvariants()700 << "LastHdr->ThisAllocated (" << LastHdr->ThisAllocated << ")"; in CheckInvariants()702 } else if (!LastHdr && !Hdr->PrevAllocated) { in CheckInvariants()708 LastHdr = Hdr; in CheckInvariants()