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

Declarations

projects/compiler-rt/lib/scudo/standalone/report.h
   42 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr);

References

projects/compiler-rt/lib/scudo/standalone/combined.h
   42         reportInvalidChunkState(AllocatorAction::Recycling, Ptr);
   85         reportInvalidChunkState(AllocatorAction::Deallocating, Ptr);
  269       reportInvalidChunkState(AllocatorAction::Deallocating, Ptr);
  303       reportInvalidChunkState(AllocatorAction::Reallocating, OldPtr);
  442       reportInvalidChunkState(AllocatorAction::Sizing, const_cast<void *>(Ptr));