Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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()
89 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); in ReportInvalidAlignedAllocAlignment()
107 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment", in ReportInvalidPosixMemalignAlignment()
121 ScopedAllocatorErrorReport report("allocation-size-too-big", stack); in ReportAllocationSizeTooBig()
[all …]