Searched refs:UserSize (Results 1 – 3 of 3) sorted by relevance
60 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument63 "exceeds maximum supported size of 0x%zx\n", UserSize, TotalSize, in reportAllocationSizeTooBig()
76 const uptr UserSize = Size - Chunk::getHeaderSize(); in Allocate() local99 uptr UserEnd = UserBeg + UserSize; in Allocate()115 UserEnd = UserBeg + UserSize; in Allocate()
28 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,