Searched refs:UserSize (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_errors.cpp | 60 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument 63 "exceeds maximum supported size of 0x%zx\n", UserSize, TotalSize, in reportAllocationSizeTooBig()
|
| H A D | scudo_allocator_secondary.h | 75 const uptr UserSize = Size - Chunk::getHeaderSize(); in Allocate() local 98 uptr UserEnd = UserBeg + UserSize; in Allocate() 114 UserEnd = UserBeg + UserSize; in Allocate()
|
| H A D | scudo_errors.h | 27 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument 100 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
|
| H A D | report.h | 33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
|