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

/openbsd-current/gnu/llvm/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, function in namespace:__sanitizer
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp77 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) { function in namespace:__lsan
82 ReportAllocationSizeTooBig(size, max_malloc_size, &stack);
90 return ReportAllocationSizeTooBig(size, stack);
130 ReportAllocationSizeTooBig(new_size, stack);
/openbsd-current/gnu/llvm/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, function in namespace:__asan
H A Dasan_allocator.cpp519 ReportAllocationSizeTooBig(size, needed_size, malloc_limit, stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp92 ReportAllocationSizeTooBig(size, max_malloc_size, &stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp187 ReportAllocationSizeTooBig(sz, malloc_limit, &stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp159 ReportAllocationSizeTooBig(size, max_malloc_size, stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp374 ReportAllocationSizeTooBig(size, malloc_limit, stack);
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp171 ReportAllocationSizeTooBig(orig_size, kMaxAllowedMallocSize, stack);

Completed in 145 milliseconds