Searched refs:user_size (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/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, argument
123 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size);
/freebsd-11-stable/contrib/llvm-project/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 in struct:__asan::ErrorAllocationSizeTooBig
246 user_size(user_size_),
H A Dasan_report.cpp303 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, argument
306 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, local
H A Dasan_errors.cpp262 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str());
/freebsd-11-stable/share/examples/scsi_target/
H A Dscsi_target.c106 off_t user_size; local
111 user_size = 0;
173 user_size = strtoll(optarg, (char **)NULL, /*base*/10);
174 user_size <<= shift;
175 if (user_size < 0)
232 if (user_size == 0) {
250 volume_size = user_size / sector_size;

Completed in 123 milliseconds