Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in memory-alignment
Type punning: int[] and struct { int … }
Apr 11, 2026
c
c99
memory-alignment
abi
type-punning
How does everything work (including operator '->'), when sizeof's size and the actual object size don't match?
Apr 11, 2026
c++
struct
memory-alignment
Aligning at the end of a packed struct
Apr 09, 2026
c
gcc
memory-alignment
How should I get gcc to realign the stack pointer to a 16-byte boundary on the way in to a function?
Apr 01, 2026
gcc
x86-64
mingw-w64
memory-alignment
stack-pointer
Clang-tidy alignment suggestion with `altera-struct-pack-align`
Mar 24, 2026
c++
alignment
memory-alignment
clang-tidy
Is it guaranteed that array elements in C will be stored consecutively, with no padding?
Mar 19, 2026
c
arrays
padding
memory-alignment
pointer-arithmetic
CUDA kernel launch fails when using various offsets into input data
Mar 07, 2026
cuda
memory-alignment
Struct members alignment in Visual C++ 2008
Mar 03, 2026
visual-c++
struct
memory-alignment
Transitive effect of Eigen EIGEN_MAKE_ALIGNED_OPERATOR_NEW?
Mar 03, 2026
c++
eigen
new-operator
memory-alignment
Alignment for vector of vectors in C++ templated type
Feb 27, 2026
c++
stdvector
memory-alignment
alignas
Writing an alignof(T) method in C#?
Feb 24, 2026
c#
algorithm
memory-alignment
alignof
Creating an array of array of elements but each array aligned on page and cache boundaries?
Feb 22, 2026
c++
linux
memory-management
x86
memory-alignment
Add padding to MPI structure
Feb 21, 2026
types
io
mpi
memory-alignment
Correctness of misaligned access in C++
Feb 16, 2026
c++
memory
undefined-behavior
memory-alignment
Why are the alignment padding rules different when inheriting from an aggregate? [duplicate]
Feb 16, 2026
c++
c
struct
memory-alignment
Struct member alignment -- different sizeof using 16-bit and 32-bit compiler
Feb 15, 2026
c
gcc
embedded
memory-alignment
struct-member-alignment
C++ Memory alignment - should we care? [duplicate]
Feb 14, 2026
c++
memory-alignment
Older Entries »