Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_errors.cpp60 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument
63 "exceeds maximum supported size of 0x%zx\n", UserSize, TotalSize, in reportAllocationSizeTooBig()
H A Dscudo_allocator_secondary.h75 const uptr UserSize = Size - Chunk::getHeaderSize(); in Allocate() local
98 uptr UserEnd = UserBeg + UserSize; in Allocate()
114 UserEnd = UserBeg + UserSize; in Allocate()
H A Dscudo_errors.h27 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument
100 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
H A Dreport.h33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
/llvm-project-15.0.7/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()