Searched refs:ScopedAllocatorErrorReport (Results 1 – 1 of 1) sorted by relevance
21 class ScopedAllocatorErrorReport { class23 ScopedAllocatorErrorReport(const char *error_summary_, in ScopedAllocatorErrorReport() function in __sanitizer::ScopedAllocatorErrorReport29 ~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 …]