reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
245 bool allocated() const;
359 if (m.allocated() && m.tag() != kReachable) { 371 if (m.allocated() && m.tag() == kIgnored) { 400 if (m.allocated() && m.tag() != kReachable && m.tag() != kIgnored) { 477 if (m.allocated() && m.tag() != kIgnored) 493 if (!m.allocated()) return;