Searched refs:user_size (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_report.cpp | 118 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 D | sanitizer_allocator_report.h | 33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 73 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
|
| H A D | asan_errors.h | 237 uptr user_size; member 246 user_size(user_size_), in ErrorAllocationSizeTooBig()
|
| H A D | asan_report.cpp | 309 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 D | asan_errors.cpp | 260 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str()); in Print()
|