Search code examples
Practical use cases for alignof and alignas C++ keywords...

c++c++11memory-alignmentmemory-layout

Read More
How does a memory map of a Windows process look like?...

windowsmemory-managementlow-levelmemory-layout

Read More
Swift enum size when associated value is a reference type...

swiftenumssizememory-layout

Read More
Class layout: Do all objects created from the same most derived polymorphic class type share a uniqu...

c++memory-layout

Read More
Is it possible to have a type with a larger alignment than its own size?...

rustalignmentmemory-layout

Read More
What does SEGMENT_START("text-segment", 0x400000) represent?...

linkerbinaryfilesldbinutilsmemory-layout

Read More
C memory layout of a program...

cubuntu-18.04memory-layout

Read More
Can a numpy 1D array not be contiguous?...

pythonarraysnumpymemory-layout

Read More
Storage layout of polymorphic objects according to C++ standard...

c++standardsmemory-layoutvptr

Read More
How is shared_ptr reference counter laid out?...

c++11shared-ptrmemory-layout

Read More
What is the memory layout of structs, tuples and tuple structs?...

rustmemory-layout

Read More
Why is go often storing the data of strings at misaligned addresses...

gomemory-managementmemory-layout

Read More
Why is empty base optimization forbidden when the empty base class is also a member variable?...

c++classinheritancelanguage-lawyermemory-layout

Read More
does checking for nullptr 100% protect from segfault regarding memory layout?...

c++segmentation-faultnullptrmemory-layout

Read More
How are statically allocated arrays laid out in memory in C?...

clocal-variablesmemory-layout

Read More
Can derived classes have more than one pointer to a virtual table?...

c++inheritancevtablememory-layoutvptr

Read More
Allocating/accessing a 2d array such that 2d sub-blocks are contiguous...

c++algorithmdata-structureslow-levelmemory-layout

Read More
Program memory layout in linux...

c++linuxmemory-layout

Read More
Virtual tables and memory layout in multiple virtual inheritance...

c++multiple-inheritancevtablevirtual-inheritancememory-layout

Read More
Are Sub-Arrays Guaranteed to be Allocated Linearly?...

c++arraysmemory-layoutstatic-allocation

Read More
Why is this Rust enum not smaller?...

enumsrustmemory-layout

Read More
Why is the address of a second variable not right after the first variable?...

memory-managementrustmemory-layout

Read More
Does a reference have a storage location?...

c++referencelanguage-lawyermemory-layoutstorage-duration

Read More
writing to std::atomic after converting to char*...

c++reinterpret-castmemory-layoutstdatomic

Read More
How does OCaml represent lazy values at runtime?...

ocamllazy-evaluationmemory-layoutdata-representation

Read More
How do I organize members in a struct to waste the least space on alignment?...

c++optimizationmemory-alignmentmemory-layoutstruct-member-alignment

Read More
How do bit fields interplay with bits padding in C++...

c++language-lawyerbit-fieldsmemory-layout

Read More
Maximum size of stack of multi threaded process...

cmultithreadingmemory-managementvirtual-memorymemory-layout

Read More
Data layout for pascal string in C++...

c++memory-layout

Read More
Why is the text-segment of an executable offset (nonzero)?...

linkerbinaryfilesldbinutilsmemory-layout

Read More
BackNext