Search code examples
Why is size_of::<MyStruct>() not equal to the sum of the sizes of its fields?...

structrustmemory-alignmentmemory-layout

Read More
Memory allocation layout issues in C (64-bit)...

cmemory-layoutdata-segment

Read More
Why does Rust use two bytes to represent this enum when only one is necessary?...

enumsrustmemory-layout

Read More
How exactly does alignment impact memory layout and the bahaviour of placement new?...

c++memory-alignmentplacement-newmemory-layoutalignas

Read More
Why is the size of a pointer to something on the heap larger than the size of a stack variable?...

pointersreferencerustsmart-pointersmemory-layout

Read More
Address of a Global Variable in the Heap Address Range...

cheap-memorymplayermemory-layout

Read More
Python: Sending discontinuous data with mpi4py...

pythonmpimpi4pymemory-layout

Read More
Diamond shaped polymorphic Inheritance: sizeof Most derived Class...

c++sizeofvirtual-inheritancediamond-problemmemory-layout

Read More
how to get the size of the padding at the end of a class...

c++paddingtraitsmemory-layout

Read More
What's the purpose of layout-compatible types?...

c++structlanguage-lawyerc++17memory-layout

Read More
Const data on the stack?...

cstackprintfconstantsmemory-layout

Read More
Why does the address of a local variable keeps changing during every execution of the same binary im...

cmemory-layoutaddressing

Read More
Are variables that are passed to a function stored in contiguous memory positions?...

cparameter-passingcalling-conventionmemory-layoutcontiguous

Read More
What's going on in this snippet regarding the representation of n in pc[i]...

c++pointerscastingmemory-layout

Read More
Type trait to identify primary base class...

c++type-traitsmemory-layoutvptritanium-abi

Read More
Storage layout of C objects...

clanguage-lawyerfunction-parametermemory-layout

Read More
Where in the C++ Standard is the memory layout of objects documented?...

c++language-lawyermemory-layoutobject-layout

Read More
Potential error by assuming memory layout of struct array passed to OpenGL...

c++openglmemory-layout

Read More
Inheritance protected members variables copies in memory...

c++inheritancevirtual-functionsmemory-layout

Read More
Why is there a top_offset in VTT implemented by gcc?...

c++memory-layoutvirtual-table

Read More
Fortran reshape - N-dimensional transpose...

multidimensional-arrayfortranreshapetransposememory-layout

Read More
Write and read multiple values to and from specific memory block (location) in NFC-V...

androidnfcndefmemory-layoutiso-15693

Read More
Static cast to base class gives unexpected results when base has a virtual function...

c++inheritancemultiple-inheritancevirtual-functionsmemory-layout

Read More
(N)ASM, ELF64 - .data and .bss order in memory...

assemblynasmelfmemory-layout

Read More
Understanding Memory Layouts of an Interpreter (JVM/JS)...

memorymemory-managementoperating-systeminterpretermemory-layout

Read More
Vulkan compute shader reading only parts of the uniform buffer...

c++shadervulkanmemory-layout

Read More
Why is the sizeof for a packed object lower than anticipated?...

c++sizeofmemory-alignmentpragmamemory-layout

Read More
Why compressed Oops gives 12 bytes for Object Header...

javamemory-layoutobjectsize

Read More
Why does virtual keyword increase the size of derived a class?...

c++virtual-functionsvirtual-inheritancememory-layout

Read More
Is MemoryLayout<T>.size/stride/alignment compile time?...

swiftmemory-layout

Read More
BackNext