Searched refs:ReportAllocationSizeTooBig (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/lsan/ |
| 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()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_allocator_report.h | 33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
|
| D | sanitizer_allocator_report.cpp | 118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() function
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/ |
| D | asan_report.h | 73 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
|
| D | asan_report.cpp | 309 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() function
|
| D | asan_allocator.cpp | 519 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack); in Allocate()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | dfsan_allocator.cpp | 92 ReportAllocationSizeTooBig(size, max_malloc_size, &stack); in DFsanAllocate()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/ |
| D | msan_allocator.cpp | 159 ReportAllocationSizeTooBig(size, max_malloc_size, stack); in MsanAllocate()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_mman.cpp | 187 ReportAllocationSizeTooBig(sz, malloc_limit, &stack); in user_alloc_internal()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/ |
| D | hwasan_allocator.cpp | 171 ReportAllocationSizeTooBig(orig_size, kMaxAllowedMallocSize, stack); in HwasanAllocate()
|