Searched refs:ReportAllocationSizeTooBig (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.h33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
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
82 ReportAllocationSizeTooBig(size, max_malloc_size, &stack);
90 return ReportAllocationSizeTooBig(size, stack);
129 return ReportAllocationSizeTooBig(new_size, stack);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h73 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
H A Dasan_report.cpp303 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, function in namespace:__asan
H A Dasan_allocator.cpp462 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp110 ReportAllocationSizeTooBig(orig_size, kMaxAllowedMallocSize, stack);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp147 ReportAllocationSizeTooBig(size, max_malloc_size, stack);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp170 ReportAllocationSizeTooBig(sz, malloc_limit, &stack);

Completed in 220 milliseconds