Searched refs:UserSize (Results 1 – 3 of 3) sorted by relevance
133 const scudo::uptr UserSize = in TEST_F() local136 HeaderSize + UserSize + (Align > MinAlign ? Align - HeaderSize : 0); in TEST_F()141 memset(AlignedP, 0xff, UserSize); in TEST_F()
107 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument112 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,