Searched refs:UserSize (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/ |
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()
|
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()
|
D | scudo_errors.h | 27 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | secondary_test.cpp | 81 const scudo::uptr UserSize = in TEST() local 84 HeaderSize + UserSize + (Align > MinAlign ? Align - HeaderSize : 0); in TEST() 89 memset(AlignedP, 0xff, UserSize); in TEST()
|
/external/scudo/standalone/ |
D | report.cpp | 95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument 100 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
|
D | report.h | 33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | report.cpp | 95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument 100 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
|
D | report.h | 33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
|
/external/scudo/standalone/tests/ |
D | secondary_test.cpp | 99 const scudo::uptr UserSize = in TEST() local 102 HeaderSize + UserSize + (Align > MinAlign ? Align - HeaderSize : 0); in TEST() 107 memset(AlignedP, 0xff, UserSize); in TEST()
|