Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
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()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_report.h33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() function
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_report.h73 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
Dasan_report.cpp309 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() function
Dasan_allocator.cpp519 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack); in Allocate()
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_allocator.cpp92 ReportAllocationSizeTooBig(size, max_malloc_size, &stack); in DFsanAllocate()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_allocator.cpp159 ReportAllocationSizeTooBig(size, max_malloc_size, stack); in MsanAllocate()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cpp187 ReportAllocationSizeTooBig(sz, malloc_limit, &stack); in user_alloc_internal()
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp171 ReportAllocationSizeTooBig(orig_size, kMaxAllowedMallocSize, stack); in HwasanAllocate()