|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.h 24 void NORETURN ReportReallocArrayOverflow(uptr count, uptr size,
References
projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp 311 ReportReallocArrayOverflow(nmemb, size, stack);
projects/compiler-rt/lib/lsan/lsan_allocator.cpp 194 ReportReallocArrayOverflow(nmemb, size, &stack);
projects/compiler-rt/lib/msan/msan_allocator.cpp 267 ReportReallocArrayOverflow(nmemb, size, stack);
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp 209 ReportReallocArrayOverflow(size, n, &stack);