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

Declarations

projects/compiler-rt/lib/scudo/scudo_utils.h
   30 void NORETURN dieWithMessage(const char *Format, ...);

References

projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  149       dieWithMessage("corrupted chunk header at address %p\n", Ptr);
  171       dieWithMessage("race on chunk header at address %p\n", Ptr);
  185       dieWithMessage("invalid chunk state when recycling address %p\n", Ptr);
  464       dieWithMessage("misaligned pointer when deallocating address %p\n", Ptr);
  468       dieWithMessage("invalid chunk state when deallocating address %p\n", Ptr);
  474           dieWithMessage("allocation type mismatch when deallocating address "
  481         dieWithMessage("invalid sized delete when deallocating address %p\n",
  505       dieWithMessage("misaligned address when reallocating address %p\n",
  510       dieWithMessage("invalid chunk state when reallocating address %p\n",
  514         dieWithMessage("allocation type mismatch when reallocating address "
  555       dieWithMessage("invalid chunk state when sizing address %p\n", Ptr);
  616     dieWithMessage("maximum possible offset doesn't fit in header\n");
  625     dieWithMessage("maximum possible unused bytes doesn't fit in header\n");
  630     dieWithMessage("largest class ID doesn't fit in header\n");
  648     dieWithMessage("hard RSS limit exhausted (%zdMb vs %zdMb)\n",
projects/compiler-rt/lib/scudo/scudo_errors.cpp
   20   dieWithMessage("calloc parameters overflow: count * size (%zd * %zd) cannot "
   25   dieWithMessage("pvalloc parameters overflow: size 0x%zx rounded up to system "
   32   dieWithMessage("invalid allocation alignment: %zd exceeds maximum supported "
   37   dieWithMessage("invalid allocation alignment: %zd, alignment must be a power "
   42   dieWithMessage(
   50   dieWithMessage("invalid alignment requested in aligned_alloc: %zd, alignment "
   62   dieWithMessage("requested allocation size 0x%zx (0x%zx after adjustments) "
   68   dieWithMessage("specified RSS limit exceeded, currently set to "
   73   dieWithMessage("allocator is out of memory trying to allocate 0x%zx bytes\n",
projects/compiler-rt/lib/scudo/scudo_flags.cpp
   80       dieWithMessage("ERROR: please use either QuarantineSizeMb (deprecated) "
   84       dieWithMessage("ERROR: QuarantineChunksUpToSize cannot be used in "
  103     dieWithMessage("ERROR: the chunk quarantine threshold is too large\n");
  108     dieWithMessage("ERROR: the quarantine size is too large\n");
  117     dieWithMessage("ERROR: the per thread quarantine cache size is too "
  121     dieWithMessage("ERROR: ThreadLocalQuarantineSizeKb can be set to 0 only "
projects/compiler-rt/lib/scudo/scudo_termination.cpp
   37   __scudo::dieWithMessage("CHECK failed at %s:%d %s (%lld, %lld)\n",