Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc71 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) { in ReportAllocationSizeTooBig() function
76 ReportAllocationSizeTooBig(size, kMaxAllowedMallocSize, &stack); in ReportAllocationSizeTooBig()
84 return ReportAllocationSizeTooBig(size, stack); in Allocate()
123 return ReportAllocationSizeTooBig(new_size, stack); in Reallocate()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.h32 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
H A Dsanitizer_allocator_report.cc106 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_report.h72 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
H A Dasan_report.cc297 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() function
H A Dasan_allocator.cc445 ReportAllocationSizeTooBig(size, needed_size, kMaxAllowedMallocSize, in Allocate()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc151 ReportAllocationSizeTooBig(size, kMaxAllowedMallocSize, stack); in MsanAllocate()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc162 ReportAllocationSizeTooBig(sz, kMaxAllowedMallocSize, &stack); in user_alloc_internal()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc144 ReportAllocationSizeTooBig(orig_size, kMaxAllowedMallocSize, stack); in HwasanAllocate()