Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp77 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 Dsanitizer_allocator_report.h33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
H A Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() function
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_report.h73 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
H A Dasan_report.cpp309 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() function
H A Dasan_allocator.cpp519 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack); in Allocate()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp88 ReportAllocationSizeTooBig(size, max_malloc_size, &stack); in DFsanAllocate()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp161 ReportAllocationSizeTooBig(size, max_malloc_size, stack); in MsanAllocate()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp181 ReportAllocationSizeTooBig(sz, malloc_limit, &stack); in user_alloc_internal()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp187 ReportAllocationSizeTooBig(sz, malloc_limit, &stack); in user_alloc_internal()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp133 ReportAllocationSizeTooBig(orig_size, kMaxAllowedMallocSize, stack); in HwasanAllocate()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp376 ReportAllocationSizeTooBig(size, malloc_limit, stack); in Allocate()