Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
HDscudo_errors.cpp60 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig()
HDscudo_allocator_secondary.h75 const uptr UserSize = Size - Chunk::getHeaderSize(); in Allocate() local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDreport.cpp95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig()