New posts in memory-alignment

Is it always the case that sizeof(T) >= alignof(T) for all object types T?

When is the __unaligned specifier used with pointers?

Memory alignment in C-structs

When extending a padded struct, why can't extra fields be placed in the tail padding?

Making std::vector allocate aligned memory

How to trap unaligned memory access?

How do I organize members in a struct to waste the least space on alignment?

What exactly is an 'aligned pointer'?

Atomicity in C++ : Myth or Reality

Questions about Hinnant's stack allocator

Double alignment

What's the actual effect of successful unaligned accesses on x86?

What is aligned memory allocation?

how does malloc understand alignment?

What is the recommended way to align memory in C++11

Aligning to cache line and knowing the cache line size

Is there a GCC keyword to allow structure-reordering?

Why is GCC pushing an extra return address on the stack?

Why does the Mac ABI require 16-byte stack alignment for x86-32?

How is a vector's data aligned?