Newbetuts
.
New posts in memory-alignment
Is it always the case that sizeof(T) >= alignof(T) for all object types T?
c++
c++11
memory-alignment
alignof
When is the __unaligned specifier used with pointers?
c++
c++11
templates
visual-c++
memory-alignment
Memory alignment in C-structs
c++
c
memory
memory-alignment
structure-packing
When extending a padded struct, why can't extra fields be placed in the tail padding?
c++
c
struct
memory-alignment
Making std::vector allocate aligned memory
c++
memory-management
memory-alignment
allocator
How to trap unaligned memory access?
c
linux
arm
memory-alignment
How do I organize members in a struct to waste the least space on alignment?
c++
optimization
memory-alignment
memory-layout
struct-member-alignment
What exactly is an 'aligned pointer'?
c++
c
memory-alignment
Atomicity in C++ : Myth or Reality
c++
atomic
memory-alignment
Questions about Hinnant's stack allocator
c++
c++11
memory-alignment
allocator
exception-specification
Double alignment
c++
c
structure
memory-alignment
What's the actual effect of successful unaligned accesses on x86?
performance
memory
x86
alignment
memory-alignment
What is aligned memory allocation?
malloc
memory-alignment
how does malloc understand alignment?
c++
c
memory-alignment
What is the recommended way to align memory in C++11
c++
c++11
dynamic-memory-allocation
memory-alignment
Aligning to cache line and knowing the cache line size
c
linux
caching
computer-architecture
memory-alignment
Is there a GCC keyword to allow structure-reordering?
c
gcc
padding
c99
memory-alignment
Why is GCC pushing an extra return address on the stack?
assembly
gcc
x86
memory-alignment
stack-memory
Why does the Mac ABI require 16-byte stack alignment for x86-32?
macos
memory-alignment
callstack
calling-convention
abi
How is a vector's data aligned?
c++
vector
sse
memory-alignment
allocator
Prev
Next