Searched refs:ReportAllocationSizeTooBig (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cpp | 77 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) { in ReportAllocationSizeTooBig() function 82 ReportAllocationSizeTooBig(size, max_malloc_size, &stack); in ReportAllocationSizeTooBig() 90 return ReportAllocationSizeTooBig(size, stack); in Allocate() 130 ReportAllocationSizeTooBig(new_size, stack); in Reallocate()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 73 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
|
| H A D | asan_report.cpp | 309 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() function
|
| H A D | asan_allocator.cpp | 519 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack); in Allocate()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_allocator.cpp | 88 ReportAllocationSizeTooBig(size, max_malloc_size, &stack); in DFsanAllocate()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cpp | 161 ReportAllocationSizeTooBig(size, max_malloc_size, stack); in MsanAllocate()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_mman.cpp | 181 ReportAllocationSizeTooBig(sz, malloc_limit, &stack); in user_alloc_internal()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.cpp | 187 ReportAllocationSizeTooBig(sz, malloc_limit, &stack); in user_alloc_internal()
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.cpp | 133 ReportAllocationSizeTooBig(orig_size, kMaxAllowedMallocSize, stack); in HwasanAllocate()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_allocator.cpp | 376 ReportAllocationSizeTooBig(size, malloc_limit, stack); in Allocate()
|