Searched defs:ReportAllocationSizeTooBig (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, function in namespace:__sanitizer
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp77 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) { function in namespace:__lsan
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp303 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, function in namespace:__asan

Completed in 66 milliseconds