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

Declarations

projects/compiler-rt/lib/scudo/standalone/report.h
   33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,

References

projects/compiler-rt/lib/scudo/standalone/combined.h
  187       reportAllocationSizeTooBig(Size, NeededSize, MaxAllowedMallocSize);