Home
last modified time | relevance | path

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

/external/scudo/standalone/tests/
Dsecondary_test.cpp133 const scudo::uptr UserSize = in TEST_F() local
136 HeaderSize + UserSize + (Align > MinAlign ? Align - HeaderSize : 0); in TEST_F()
141 memset(AlignedP, 0xff, UserSize); in TEST_F()
/external/scudo/standalone/
Dreport.cpp107 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument
112 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
Dreport.h33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,