Home
last modified time | relevance | path

Searched refs:user_size (Results 1 – 15 of 15) sorted by relevance

/freebsd/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() argument
123 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size); in ReportAllocationSizeTooBig()
H A Dsanitizer_allocator_report.h33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
H A Dsanitizer_allocator.h68 uptr user_size) const {} in OnMapSecondary()
/freebsd/share/examples/scsi_target/
H A Dscsi_target.c106 off_t user_size; in main() local
111 user_size = 0; in main()
173 user_size = strtoll(optarg, (char **)NULL, /*base*/10); in main()
174 user_size <<= shift; in main()
175 if (user_size < 0) in main()
232 if (user_size == 0) { in main()
250 volume_size = user_size / sector_size; in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h58 uptr user_size) const { in OnMapSecondary()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h43 uptr user_size) const { in OnMapSecondary()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h74 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
H A Dasan_errors.h237 uptr user_size; member
246 user_size(user_size_), in ErrorAllocationSizeTooBig()
H A Dasan_report.cpp309 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 Dasan_allocator.h117 void OnMapSecondary(uptr p, uptr size, uptr user_begin, uptr user_size) const;
H A Dasan_errors.cpp260 user_size, total_size, max_size, AsanThreadIdAndName(tid).c_str()); in Print()
H A Dasan_allocator.cpp291 uptr user_size) const { in OnMapSecondary()
292 uptr user_end = RoundDownTo(user_begin + user_size, ASAN_SHADOW_GRANULARITY); in OnMapSecondary()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp34 uptr user_size) const { in OnMapSecondary()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp36 uptr user_size) const {} in OnMapSecondary()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp29 uptr user_size) const {}; in OnMapSecondary()