Files
clang-p2996/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
Alexander Richardson 4c8779388f sanitizer_allocator.cpp: Ensure at least sizeof(void*) alignment
Some platforms (e.g. 64-bit CHERI) have stronger alignment requirements
on values returned from allocators. For all other platforms this does
not result in any functional change.

Reviewed By: cjappl, vitalybuka

Pull Request: https://github.com/llvm/llvm-project/pull/84440
2024-10-24 14:09:05 -07:00

7.3 KiB