Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.h76 const uptr UserSize = Size - Chunk::getHeaderSize(); in Allocate() local
99 uptr UserEnd = UserBeg + UserSize; in Allocate()
115 UserEnd = UserBeg + UserSize; in Allocate()
H A Dscudo_errors.h28 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,