Lines Matching refs:ScopedAllocatorErrorReport
21 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()
130 ScopedAllocatorErrorReport report("out-of-memory", stack); in ReportOutOfMemory()
138 ScopedAllocatorErrorReport report("rss-limit-exceeded", stack); in ReportRssLimitExceeded()