CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
memory-alignment
09-06
Mobile
Should I worry about structure alignment in C language when I write applications or it is done autom
07-31
Blockchain
How to automatically pad bytes in a structure to a specific alignment?
06-23
database
Memory Alignment warning with gcc
06-12
Enterprise
How to make contiguous data in class C
05-14
Enterprise
How to structure data without bloating the size because of alignment?
04-30
database
How can I reason about performance effects (of changing to a more compact representation for 48-bit
04-24
other
Assert that a pointer is aligned to some value
04-23
front end
C placement new to create global objects with defined construction order - Is this usage correct?
04-14
Enterprise
uint32_t pointer causes hardfault error in STM32L053 . How to align this 32 bit pointer?
04-12
Blockchain
Why is std::aligned_storage to be deprecated in C 23 and what to use instead?
03-13
other
malloc and C alignment: is this hand-made optimization safe?
02-13
OS
Which alignment causes this performance difference
12-31
Enterprise
NASM assembler : How to align values using EQU, to get the next alignment boundary after a label wit
12-31
Software engineering
Is it safe to access a struct using pointer pointed to unaligned memory address in C/C ?
12-28
database
Why can't gcc reduce the alignment of a struct to be lesser than that of one of its individual
12-23
database
C assembly why isn't this "source 4 bytes to dest 4 bytes" assignment vectorized by
12-15
Net
Struct access in C
12-04
Software engineering
What will happen if I cast a byte array to an __attribute__((packed, aligned(2))) struct?
11-22
Enterprise
What is the syntax of "align" keyword/instruction in x86 assembly?
11-12
Software design
Zero size array is not aligned inside a structure
11-05
Blockchain
Is there a better object memory alignment for my class?
11-01
front end
Behind the scene allocation of memory on heap using malloc
10-22
Net
How to dynamically allocate 2D array of pointer that's 64B aligned using posix_memalign
10-19
Net
Earliest support of __alignof__ in GCC
10-14
Software engineering
x86 Memory Alignment of struct vs. cache line?
09-27
database
Do C compilers align small functions to optimize cache-line fetches?
09-21
Enterprise
How to find the adress of next array of the first array using pointers in c
09-17
Enterprise
SizeOf set of enums, 32 bit vs 64 bit and memory alignment
Links:
CodePudding