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
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
Why is alignment on the stack for a struct with 1 member (char) handled differently than if the member was directly on the stack?
Dec 02, 2025
c++
x86
clang
padding
memory-alignment
#pragma pack in C++
Nov 28, 2025
c++
memory-alignment
Is it correct to use alignas(16) for an array[8] of m128?
Nov 27, 2025
c++
vectorization
memory-alignment
alignas
Aligned vs. Packed attributes
Nov 20, 2025
c
attributes
embedded
structure
memory-alignment
What does __attribute__ ((aligned(x))) do?
Nov 04, 2025
c++
memory-alignment
Practical use cases for alignof and alignas C++ keywords
Nov 03, 2025
c++
c++11
memory-alignment
memory-layout
Problem with aligning Rust structs to send to the GPU using bytemuck and WGPU
Nov 02, 2025
rust
struct
gpu
memory-alignment
wgpu-rs
Is __STDCPP_DEFAULT_NEW_ALIGNMENT__ >= alignof(std::max_align_t)?
Oct 31, 2025
c++
c++17
language-lawyer
memory-alignment
What do the MIPS load word left (LWL) and load word right (LWR) instructions do?
Oct 29, 2025
assembly
mips
memory-alignment
instructions
instruction-set
Assert that a pointer is aligned to some value
Oct 28, 2025
pointers
rust
memory-alignment
Memory aligned QVector().data()
Oct 29, 2025
qt
qt5
vectorization
memory-alignment
auto-vectorization
How to fix a warning (ignoring attributes) with a `vector` of `__m256`
Oct 28, 2025
c++
c++17
intrinsics
memory-alignment
avx2
What is the alignment requirement of malloc(1)
Oct 26, 2025
c
malloc
language-lawyer
memory-alignment
c23
Question regarding the memory alignment offset multiple for Vertex buffer data when calling vkCmdBindVertexBuffers()
Oct 26, 2025
c99
memory-alignment
vulkan
vertex-buffer
Is pointer arithmetic still well defined after casting with alignment violation?
Oct 24, 2025
c
undefined-behavior
memory-alignment
c11
pointer-arithmetic
Can I use std::align to verify the alignment of a given pointer?
Oct 26, 2025
c++
c++14
memory-alignment
Can I move between contiguous sequences of fields of the same type in a struct using pointer arithmetic without alignof?
Oct 26, 2025
c
pointers
struct
memory-alignment
pointer-arithmetic
Older Entries »