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
In which cases can __declspec( align( # ) ) not work?
Feb 01, 2026
c++
windows
visual-c++
memory-alignment
Two types in the same dynamic allocation
Jan 29, 2026
c
malloc
memory-alignment
c89
Why do align access and non-align access have same performance?
Jan 27, 2026
x86-64
intel
memory-alignment
Is the stack aligned to a 4 bytes boundary when my program starts?
Jan 26, 2026
assembly
x86
stack
memory-alignment
calling-convention
Enforce struct size alignment
Jan 25, 2026
c
memory-alignment
c11
C program - Structure variable data packing and alignment
Jan 23, 2026
c
memory-management
memory-alignment
struct-member-alignment
How to properly write C structure to file on disk, so it was possible to use mmap on it?
Jan 22, 2026
c
memory
data-structures
mmap
memory-alignment
portable c++ alignment?
Jan 01, 2026
c++
memory-alignment
pimpl-idiom
gcc alignas issue with member pointers to objects
Dec 21, 2025
c++
c++11
memory-alignment
alignas
If I say calloc(1000, 23), does the 23 "round up" to 24? Or to 32?
Dec 17, 2025
c
memory-alignment
calloc
pragma pack an stl containers
Dec 15, 2025
c++
stl
memory-alignment
Is there a way to `new` a .NET object aligned to 64 bytes? [duplicate]
Dec 15, 2025
c#
memory-alignment
padding at last member of c struct
Dec 14, 2025
c
struct
padding
memory-alignment
Why does malloc(10) allocate 24 bytes?
Dec 08, 2025
c
memory
malloc
memory-alignment
Always same effect of #pragma pack(16) and #pragma pack(8)?
Dec 05, 2025
c++
c-preprocessor
memory-alignment
pragma
preprocessor-directive
Is it possible to find sizes of structures declared in a DLL?
Dec 02, 2025
windows
visual-c++
visual-studio-2012
dll
memory-alignment
Direct assignment crashes but memcpy() works?
Dec 03, 2025
c
memcpy
memory-alignment
Memory Alignment warning with gcc
Dec 02, 2025
c
gcc
memory-alignment
strict-aliasing
intrusive-containers
Older Entries »