> This means that the largest alignment requirement of any basic type (max_align_t in C++, usually 4 bytes for 32-bit architectures and 8 bytes for 64-bit architectures) is suitable for every single type in the language.
Usually alignment is a bit larger, to accommodate SSE etc. which requires larger alignment.
Usually alignment is a bit larger, to accommodate SSE etc. which requires larger alignment.