Home
last modified time | relevance | path

Searched refs:UserSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_errors.cpp60 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 Dscudo_allocator_secondary.h75 const uptr UserSize = Size - Chunk::getHeaderSize(); in Allocate() local
98 uptr UserEnd = UserBeg + UserSize; in Allocate()
114 UserEnd = UserBeg + UserSize; in Allocate()
H A Dscudo_errors.h27 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument
100 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
H A Dreport.h33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,