Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp107 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument
112 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
H A Dreport.h33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A 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()