Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig()
/freebsd-src/share/examples/scsi_target/
H A Dscsi_target.c108 off_t user_size; in main() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h237 uptr user_size; member
H A Dasan_report.cpp309 ReportAllocationSizeTooBig(uptr user_size,uptr total_size,uptr max_size,BufferedStackTrace * stack) ReportAllocationSizeTooBig() argument