Search code examples
Alignment issue on context switch on a custom kernel...


assemblyrustkernelmemory-alignmentriscv32

Read More
Intel C Compiler uses unaligned SIMD moves with aligned memory...


intelssememory-alignmentintrinsicsavx

Read More
Why is the compiler adding padding to a struct that's already 4-byte aligned?...


cgcc32bit-64bitmemory-alignment

Read More
VS_VERSIONINFO structure - unnecessary padding...


data-structurespaddingmemory-alignmentresource-filesversioninfo

Read More
What does posix_memalign/memalign do...


cmemorydynamic-memory-allocationmemory-alignmentmemory-pool

Read More
Compelling examples of custom C++ allocators?...


c++memory-managementstdmemory-alignmentallocator

Read More
Performance implications of compact representations...


memory-alignmentcapability

Read More
Memory alignment : how to use alignof / alignas?...


c++c++11x86-64memory-alignmentalignas

Read More
How is Result<T, E> in Rust so fast?...


performancerustmemoryunionmemory-alignment

Read More
How to optimize enum size?...


rustenumspaddingmemory-alignmentmicro-optimization

Read More
Aligning to cache line and knowing the cache line size...


clinuxcachingcpu-architecturememory-alignment

Read More
Is there an `alignof` implementation portable to standard C89 and C99?...


cc99memory-alignmentc89alignof

Read More
Add padding to MPI structure...


typesiompimemory-alignment

Read More
Can I use std::align to verify the alignment of a given pointer?...


c++c++14memory-alignment

Read More
Risc-v compressed instruction alignment...


assemblycachingriscvmemory-alignment

Read More
Is __STDCPP_DEFAULT_NEW_ALIGNMENT__ >= alignof(std::max_align_t)?...


c++c++17language-lawyermemory-alignment

Read More
C# vs C/C++: do I need to order struct fields manually for best performance?...


c#c++optimizationstructmemory-alignment

Read More
Elegant way to define an automatic variable with specific alignment...


carmmemory-alignmentarmcc

Read More
Why is the "alignment" the same on 32-bit and 64-bit systems?...


c++visual-c++32bit-64bitmemory-alignmentabi

Read More
Direct assignment crashes but memcpy() works?...


cmemcpymemory-alignment

Read More
Why does malloc(10) allocate 24 bytes?...


cmemorymallocmemory-alignment

Read More
Uses of pointer arithmetic within an object...


c++language-lawyerpaddingmemory-alignment

Read More
Is it safe to cast a struct pointer to a different struct pointer having a prefix of elements?...


cstructundefined-behaviormemory-alignment

Read More
Alignment for vector of vectors in C++ templated type...


c++stdvectormemory-alignmentalignas

Read More
Flexible array member issues with alignment and strict aliasing...


cundefined-behaviormemory-alignmentstrict-aliasingflexible-array-member

Read More
What is the meaning of "__attribute__((packed, aligned(4))) "...


cgccstructmemory-alignmentpacked

Read More
Can I safely use uintptr_t in my arena allocator?...


cmemory-alignmentallocator

Read More
How to fix a warning (ignoring attributes) with a `vector` of `__m256`...


c++c++17intrinsicsmemory-alignmentavx2

Read More
Why does MSVC x64 C use 8-byte int32 parameter alignment instead of 4-byte?...


visual-c++x86-64memory-alignmentcalling-conventionabi

Read More
Assert that a pointer is aligned to some value...


pointersrustmemory-alignment

Read More
BackNext