reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
27 void NORETURN ReportInvalidAllocationAlignment(uptr alignment,
349 ReportInvalidAllocationAlignment(alignment, stack);
projects/compiler-rt/lib/lsan/lsan_allocator.cpp 171 ReportInvalidAllocationAlignment(alignment, &stack);
projects/compiler-rt/lib/msan/msan_allocator.cpp 304 ReportInvalidAllocationAlignment(alignment, stack);
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp 255 ReportInvalidAllocationAlignment(align, &stack);