Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
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()
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()
Dscudo_errors.h27 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dsecondary_test.cpp81 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/
Dreport.cpp95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument
100 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
Dreport.h33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dreport.cpp95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument
100 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
Dreport.h33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
/external/scudo/standalone/tests/
Dsecondary_test.cpp99 const scudo::uptr UserSize = in TEST() local
102 HeaderSize + UserSize + (Align > MinAlign ? Align - HeaderSize : 0); in TEST()
107 memset(AlignedP, 0xff, UserSize); in TEST()