Home
last modified time | relevance | path

Searched refs:user_size (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() argument
123 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size); in ReportAllocationSizeTooBig()
H A Dsanitizer_allocator_report.h33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
/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_errors.h237 uptr user_size; member
246 user_size(user_size_), in ErrorAllocationSizeTooBig()
H A Dasan_report.cpp309 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument
312 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
H A Dasan_errors.cpp260 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str()); in Print()