Home | History | Annotate | Download | only in metrics

Lines Matching refs:IsCorrupt

495     if (IsCorrupt())
576 meminfo->free = IsCorrupt() ? 0 : remaining - sizeof(BlockHeader);
581 if (IsCorrupt())
653 bool PersistentMemoryAllocator::IsCorrupt() const {