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

/freebsd-13-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-13-stable/share/examples/scsi_target/
H A Dscsi_target.c108 off_t user_size; local
/freebsd-13-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.cpp306 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, argument
309 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, local

Completed in 64 milliseconds