Home
last modified time | relevance | path

Searched refs:ReportReallocArrayOverflow (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.h24 void NORETURN ReportReallocArrayOverflow(uptr count, uptr size,
H A Dsanitizer_allocator_report.cpp54 void NORETURN ReportReallocArrayOverflow(uptr count, uptr size, in ReportReallocArrayOverflow() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h65 void ReportReallocArrayOverflow(uptr count, uptr size,
H A Dasan_report.cpp272 void ReportReallocArrayOverflow(uptr count, uptr size, in ReportReallocArrayOverflow() function
H A Dasan_allocator.cpp1013 ReportReallocArrayOverflow(nmemb, size, stack); in asan_reallocarray()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp233 ReportReallocArrayOverflow(nmemb, size, &stack); in dfsan_reallocarray()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp233 ReportReallocArrayOverflow(nmemb, size, &stack); in lsan_reallocarray()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp355 ReportReallocArrayOverflow(nmemb, size, stack); in msan_reallocarray()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp244 ReportReallocArrayOverflow(size, n, &stack); in user_reallocarray()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp473 ReportReallocArrayOverflow(nmemb, size, stack); in hwasan_reallocarray()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp615 ReportReallocArrayOverflow(nmemb, size, stack); in memprof_reallocarray()