Search code examples
Reordering bit-fields mysteriously changes size of struct...


c++bit-fieldsstructure-packing

Read More
size and alignment of int bitfields...


c++language-lawyerbit-fieldsbit-packingstructure-packing

Read More
Memory alignment in C-structs...


c++cmemorymemory-alignmentstructure-packing

Read More
In the directive, #pragma pack(n), which values are valid values of n?...


cpragmastructure-packing

Read More
Portable way to create heterogenous vertex data array...


c++cportabilitymemory-alignmentstructure-packing

Read More
Reinterpret struct with members of the same type as an array in a standard compliant way...


c++language-lawyerstrict-aliasingtype-punningstructure-packing

Read More
Unexpected size when a struct has a union...


cstructsizeofstructure-packing

Read More
std::memcpy struct with tightly packed members of TriviallyCopyable type T to an array of T and vise...


c++type-conversionlanguage-lawyertype-punningstructure-packing

Read More
Extra bytes when declaring a member of a struct as uint32_t...


c++structsizeofstructure-packing

Read More
Sizeof operator returns incorrect size?...


cstructx86-64structure-packing

Read More
size of a structure containing bit fields...


c++csizeofbit-fieldsstructure-packing

Read More
size of struct in C...


cstructstructure-packing

Read More
how size of a structure varies with different data types...


c++cstructurestructure-packing

Read More
1 Byte Alignment vs 4 Byte Alignment (Pixel Packing)...


openglpixelstructure-packing

Read More
Size of structure with a char, a double, an int and a t...


c++structure-packing

Read More
sizeof(struct) weird output in C++...


c++structstructurestructure-packing

Read More
BackNext