Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in memory-layout
Why is vptr stored as the first entry in the memory of a class with virtual functions?
Mar 17, 2023
c++
performance
memory-layout
compiler-construction
vptr
Diamond shaped polymorphic Inheritance: sizeof Most derived Class
Jan 23, 2023
c++
sizeof
virtual-inheritance
diamond-problem
memory-layout
why sizeof(Base) is not different of sizeof(Derived)
Jan 03, 2023
c++
sizeof
virtual-functions
memory-layout
vptr
If `atomic<T>` is lock free and has the same size as `T`, will the memory layout be the same?
Jan 03, 2023
c++
c++11
atomic
abi
memory-layout
Why does virtual keyword increase the size of derived a class?
Dec 18, 2022
c++
virtual-functions
virtual-inheritance
memory-layout
Why is the size of a pointer to something on the heap larger than the size of a stack variable?
Dec 12, 2022
pointers
reference
rust
smart-pointers
memory-layout
Why does Rust use two bytes to represent this enum when only one is necessary?
Dec 10, 2022
enums
rust
memory-layout
Why isn't Rust able to optimise a match on a specific error as well as it does for is_err()? [duplicate]
Nov 18, 2022
enums
rust
memory-layout
Is MemoryLayout<T>.size/stride/alignment compile time?
Nov 01, 2022
swift
memory-layout
MemoryLayout in Swift
Oct 19, 2022
swift
struct
swift4
memory-layout
What does SEGMENT_START("text-segment", 0x400000) represent?
Nov 01, 2022
linker
binaryfiles
ld
binutils
memory-layout
windows process memory layout
Sep 02, 2022
assembly
ollydbg
memory-layout
What is the StructLayoutAttribute effect on properties in C#?
Sep 09, 2022
c#
struct
memory-layout
Fortran reshape - N-dimensional transpose
May 14, 2019
multidimensional-array
fortran
reshape
transpose
memory-layout
What is the memory layout of a Delphi dynamic array of dynamic array of X?
Aug 17, 2022
delphi
arrays
memory-layout
Why is size_of::<MyStruct>() not equal to the sum of the sizes of its fields?
Oct 21, 2022
struct
rust
memory-alignment
memory-layout
Is bitset guaranteed contiguity?
Oct 08, 2022
c++
c++11
c++14
memory-layout
ELF64/x86_64 and start address of the memory mapping segment (for shared objects)
Jan 20, 2020
c
linux
shared-memory
memory-mapping
memory-layout
Clarification about Bit-field ordering semantics in C
Jun 26, 2022
c
struct
bit-fields
memory-layout
C++ Virtual Memory Layout [duplicate]
May 15, 2022
c++
multiple-inheritance
vtable
virtual-inheritance
memory-layout
Older Entries »