reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/lsan/lsan_common.h
  245   bool allocated() const;

References

projects/compiler-rt/lib/lsan/lsan_common.cpp
  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;