Searched refs:UserSize (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_errors.cpp | 60 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 D | scudo_allocator_secondary.h | 75 const uptr UserSize = Size - Chunk::getHeaderSize(); in Allocate() local 98 uptr UserEnd = UserBeg + UserSize; in Allocate() 114 UserEnd = UserBeg + UserSize; in Allocate()
|
| H A D | scudo_errors.h | 27 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument 100 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
|
| H A D | report.h | 33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | secondary_test.cpp | 133 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()
|