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

References

projects/compiler-rt/lib/scudo/standalone/combined.h
   85         reportInvalidChunkState(AllocatorAction::Deallocating, Ptr);
  263       reportMisalignedPointer(AllocatorAction::Deallocating, Ptr);
  269       reportInvalidChunkState(AllocatorAction::Deallocating, Ptr);
  275           reportDeallocTypeMismatch(AllocatorAction::Deallocating, Ptr,
projects/compiler-rt/lib/scudo/standalone/report.cpp
  112   case AllocatorAction::Deallocating: