Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp21 class ScopedAllocatorErrorReport { class
23 ScopedAllocatorErrorReport(const char *error_summary_, in ScopedAllocatorErrorReport() function in __sanitizer::ScopedAllocatorErrorReport
29 ~ScopedAllocatorErrorReport() { in ~ScopedAllocatorErrorReport()
46 ScopedAllocatorErrorReport report("calloc-overflow", stack); in ReportCallocOverflow()
57 ScopedAllocatorErrorReport report("reallocarray-overflow", stack); in ReportReallocArrayOverflow()
68 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); in ReportPvallocOverflow()
79 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); in ReportInvalidAllocationAlignment()
107 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment", in ReportInvalidPosixMemalignAlignment()
121 ScopedAllocatorErrorReport report("allocation-size-too-big", stack); in ReportAllocationSizeTooBig()
130 ScopedAllocatorErrorReport report("out-of-memory", stack); in ReportOutOfMemory()
[all …]