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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.cpp
   46     ScopedAllocatorErrorReport report("calloc-overflow", stack);
   57     ScopedAllocatorErrorReport report("reallocarray-overflow", stack);
   68     ScopedAllocatorErrorReport report("pvalloc-overflow", stack);
   79     ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack);
   89     ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack);
  107     ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment",
  121     ScopedAllocatorErrorReport report("allocation-size-too-big", stack);
  130     ScopedAllocatorErrorReport report("out-of-memory", stack);