Searched refs:ReportAllocationSizeTooBig (Results 1 – 11 of 11) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cpp | 82 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) { in ReportAllocationSizeTooBig() function 87 ReportAllocationSizeTooBig(size, max_malloc_size, &stack); in ReportAllocationSizeTooBig() 95 return ReportAllocationSizeTooBig(size, stack); in Allocate() 133 ReportAllocationSizeTooBig(new_size, stack); in Reallocate()
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_report.h | 33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
|
| H A D | sanitizer_allocator_report.cpp | 118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() function
|
| /src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 74 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
|
| H A D | asan_report.cpp | 310 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() function
|
| H A D | asan_allocator.cpp | 575 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack); in Allocate()
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_allocator.cpp | 99 ReportAllocationSizeTooBig(size, max_malloc_size, &stack); in DFsanAllocate()
|
| /src/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cpp | 192 ReportAllocationSizeTooBig(size, max_malloc_size, stack); in MsanAllocate()
|
| /src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.cpp | 201 ReportAllocationSizeTooBig(sz, malloc_limit, &stack); in user_alloc_internal()
|
| /src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.cpp | 194 ReportAllocationSizeTooBig(orig_size, max_malloc_size, stack); in HwasanAllocate()
|
| /src/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_allocator.cpp | 444 ReportAllocationSizeTooBig(size, malloc_limit, stack); in Allocate()
|