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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp21 class ScopedAllocatorErrorReport { class in namespace:__sanitizer
23 ScopedAllocatorErrorReport(const char *error_summary_, function in class:__sanitizer::ScopedAllocatorErrorReport
29 ~ScopedAllocatorErrorReport() {
46 ScopedAllocatorErrorReport report("calloc-overflow", stack);
57 ScopedAllocatorErrorReport report("reallocarray-overflow", stack);
68 ScopedAllocatorErrorReport report("pvalloc-overflow", stack);
79 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack);
89 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack);
107 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment",
121 ScopedAllocatorErrorReport repor
[all...]

Completed in 65 milliseconds