Searched refs:ReportAllocationSizeTooBig (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cc | 71 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 D | sanitizer_allocator_report.h | 32 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
|
| H A D | sanitizer_allocator_report.cc | 106 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 72 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
|
| H A D | asan_report.cc | 297 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() function
|
| H A D | asan_allocator.cc | 445 ReportAllocationSizeTooBig(size, needed_size, kMaxAllowedMallocSize, in Allocate()
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cc | 151 ReportAllocationSizeTooBig(size, kMaxAllowedMallocSize, stack); in MsanAllocate()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.cc | 162 ReportAllocationSizeTooBig(sz, kMaxAllowedMallocSize, &stack); in user_alloc_internal()
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.cc | 144 ReportAllocationSizeTooBig(orig_size, kMaxAllowedMallocSize, stack); in HwasanAllocate()
|