Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_report.h24 void NORETURN ReportReallocArrayOverflow(uptr count, uptr size,
HDsanitizer_allocator_report.cpp54 void NORETURN ReportReallocArrayOverflow(uptr count, uptr size, in ReportReallocArrayOverflow() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_report.h64 void ReportReallocArrayOverflow(uptr count, uptr size,
HDasan_report.cpp266 void ReportReallocArrayOverflow(uptr count, uptr size, in ReportReallocArrayOverflow() function
HDasan_allocator.cpp905 ReportReallocArrayOverflow(nmemb, size, stack); in asan_reallocarray()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.cpp201 ReportReallocArrayOverflow(nmemb, size, &stack); in lsan_reallocarray()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_allocator.cpp274 ReportReallocArrayOverflow(nmemb, size, stack); in msan_reallocarray()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_mman.cpp218 ReportReallocArrayOverflow(size, n, &stack); in user_reallocarray()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.cpp311 ReportReallocArrayOverflow(nmemb, size, stack); in hwasan_reallocarray()