Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp82 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()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h74 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.cpp575 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack); in Allocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp96 ReportAllocationSizeTooBig(size, max_malloc_size, &stack); in DFsanAllocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp192 ReportAllocationSizeTooBig(size, max_malloc_size, stack); in MsanAllocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp190 ReportAllocationSizeTooBig(sz, malloc_limit, &stack); in user_alloc_internal()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp194 ReportAllocationSizeTooBig(orig_size, max_malloc_size, stack); in HwasanAllocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp378 ReportAllocationSizeTooBig(size, malloc_limit, stack); in Allocate()