Searched defs:user_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, argument
/freebsd-11-stable/share/examples/scsi_target/
H A Dscsi_target.c106 off_t user_size; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h237 uptr user_size; member in struct:__asan::ErrorAllocationSizeTooBig
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

Completed in 77 milliseconds