Search code examples
Are C# struct parameters and locals aligned by default?...


c#simdmemory-alignment

Read More
Writing an alignof(T) method in C#?...


c#algorithmmemory-alignmentalignof

Read More
Are members of a POD-struct or standard layout type guaranteed to be aligned according to their alig...


c++c++11language-lawyermemory-alignmentc++03

Read More
Why can't the CPU directly access addresses that are not a multiple of the bus width?...


cx86cpucpu-architecturememory-alignment

Read More
Are plain nested array of arrays guaranteed to be contiguous?...


c++multidimensional-arraypaddingmemory-alignment

Read More
Why "alignas" specifier cannot align two byte buffer strictly by 1 byte boundary?...


c++c++17memory-alignment

Read More
Should I align data to their data type or cpu cache line size?...


cachingmemorymemory-alignmentcpu-cacheprocessor

Read More
Alignment of C structure in Internal FLASH memory...


ccortex-mmemory-alignmentiar

Read More
What is the alignment requirement of malloc(1)...


cmalloclanguage-lawyermemory-alignmentc23

Read More
Is it legal for a compiler to optimize calls to malloc to return more weakly aligned memory?...


cmalloclanguage-lawyermemory-alignment

Read More
Why memory alignment of structs that contain arrays of type T is always 1...


c++memoryalignmentmemory-alignment

Read More
How does the arm-none-eabi-as choose section alignment?...


assemblyarmmemory-alignmentgnu-assemblerthumb

Read More
How to align memory address of Windows x64 C++ global variable...


c++memory-addressmemory-alignment

Read More
Win32 memory allocation with large alignment...


winapimemory-managementvirtual-memorymemory-alignment

Read More
How to interpret alignment in map file? (Tasking compiler)...


clinkermemory-alignmentmap-files

Read More
Why does __m128 cause alignment issues in a union with float x/y/z?...


csimdsseunionsmemory-alignment

Read More
Assembly handwritten function slower than GCC compiled function...


assemblyx86-64cpu-architecturememory-alignmentmicro-optimization

Read More
Attribute to enforce padding after a variable?...


c++paddingmemory-alignment

Read More
Assembly functions and labels that are jumped to; is 8-BYTE alignment necessary or not?...


assemblyx86memory-alignmentfasm

Read More
struct components don't add up...


cmemorystructsizeofmemory-alignment

Read More
Are sempahores (sem_t) inside C structs padded to respect alignment?...


cstructcpu-architecturesemaphorememory-alignment

Read More
Why does the x86-64 / AMD64 System V ABI mandate a 16 byte stack alignment?...


assemblyx86-64memory-alignmentstack-memoryabi

Read More
Does the compiler always place struct at aligned addresses?...


cstructmemory-alignment

Read More
Can compiler avoid padding in struct by placing them in non align address?...


cstructmemory-alignment

Read More
Why atomic store on variable that cross cache-line boundaries compiles to normal MOV store instructi...


cgccx86atomicmemory-alignment

Read More
alignas specifier: on the type / on the member data...


c++memorylanguage-lawyermemory-alignmentalignas

Read More
Reducing the size of struct by changing struct member declaration order...


coptimizationstructmemory-alignment

Read More
Why data with smaller size than CPU word size need to be aligned at multiple of its size?...


cmemorycpu-architecturememory-alignment

Read More
align array elements differently in aligned union...


c++optimizationunionsmemory-alignmentalignas

Read More
std::atomic_ref required alignment...


c++c++20atomicmemory-alignmentstdatomic

Read More
BackNext