Lines Matching refs:append
20 ScopedErrorReport() : Message() { Message.append("Scudo ERROR: "); } in ScopedErrorReport()
21 void append(const char *Format, ...) { in append() function in scudo::ScopedErrorReport
24 Message.append(Format, Args); in append()
48 Report.append("CHECK failed @ %s:%d %s ((u64)op1=%llu, (u64)op2=%llu)\n", in reportCheckFailed()
55 Report.append("%s\n", Message); in reportError()
60 Report.append("invalid value for %s option: '%s'\n", FlagType, Value); in reportInvalidFlag()
67 Report.append("corrupted chunk header at address %p\n", Ptr); in reportHeaderCorruption()
75 Report.append("race on chunk header at address %p\n", Ptr); in reportHeaderRace()
82 Report.append("maximum possible %s doesn't fit in header\n", Field); in reportSanityCheckError()
89 Report.append("invalid allocation alignment: %zu exceeds maximum supported " in reportAlignmentTooBig()
98 Report.append("requested allocation size %zu (%zu after adjustments) exceeds " in reportAllocationSizeTooBig()
105 Report.append("out of memory trying to allocate %zu bytes\n", RequestedSize); in reportOutOfMemory()
126 Report.append("invalid chunk state when %s address %p\n", in reportInvalidChunkState()
132 Report.append("misaligned pointer when %s address %p\n", in reportMisalignedPointer()
141 Report.append("allocation type mismatch when %s address %p (%d vs %d)\n", in reportDeallocTypeMismatch()
150 Report.append( in reportDeleteSizeMismatch()
157 Report.append( in reportAlignmentNotPowerOfTwo()
164 Report.append("calloc parameters overflow: count * size (%zu * %zu) cannot " in reportCallocOverflow()
171 Report.append( in reportInvalidPosixMemalignAlignment()
179 Report.append("pvalloc parameters overflow: size %zu rounded up to system " in reportPvallocOverflow()
186 Report.append("invalid alignment requested in aligned_alloc: %zu, alignment " in reportInvalidAlignedAllocAlignment()