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
What is meant by "memory is 8 bytes aligned"?
Aug 30, 2022
c
memory-management
memory-alignment
Why are the addresses of argc and argv 12 bytes apart?
Aug 30, 2022
c
memory-alignment
Why is integer assignment on a naturally aligned variable atomic on x86?
Sep 15, 2022
c++
concurrency
x86
atomic
memory-alignment
Does alignment really matter for performance in C++11?
Aug 30, 2022
c++
c++11
memory-alignment
What exactly is an 'aligned pointer'?
Mar 27, 2022
c++
c
memory-alignment
Is it always the case that sizeof(T) >= alignof(T) for all object types T?
Sep 23, 2022
c++
c++11
memory-alignment
alignof
Do class/struct members always get created in memory in the order they were declared?
Aug 29, 2022
c++
memory
memory-alignment
How is a vector's data aligned?
Aug 28, 2022
c++
vector
sse
memory-alignment
allocator
Making std::vector allocate aligned memory
Aug 27, 2022
c++
memory-management
memory-alignment
allocator
Memory alignment in C-structs
Dec 15, 2021
c++
c
memory
memory-alignment
structure-packing
how does malloc understand alignment?
Aug 27, 2022
c++
c
memory-alignment
How do I organize members in a struct to waste the least space on alignment?
Aug 26, 2022
c++
optimization
memory-alignment
memory-layout
struct-member-alignment
What does it mean to align the stack?
Aug 26, 2022
c
assembly
gcc
x86
memory-alignment
What is the recommended way to align memory in C++11
Aug 25, 2022
c++
c++11
dynamic-memory-allocation
memory-alignment
Aligning to cache line and knowing the cache line size
Sep 15, 2022
c
linux
caching
computer-architecture
memory-alignment
Why does GCC pad functions with NOPs?
Nov 06, 2022
c
assembly
gcc
memory-alignment
Are stack variables aligned by the GCC __attribute__((aligned(x)))?
Aug 17, 2022
c
gcc
memory-alignment
callstack
Memory alignment : how to use alignof / alignas?
Oct 27, 2022
c++
c++11
x86-64
memory-alignment
Why can't C compilers rearrange struct members to eliminate alignment padding? [duplicate]
Aug 16, 2022
c
struct
compiler-optimization
memory-alignment
Why does struct alignment depend on whether a field type is primitive or user-defined?
May 10, 2022
c#
.net
struct
clr
memory-alignment
« Newer Entries
Older Entries »