You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/src/glossary.md
+1
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,7 @@ Accordingly, we say that a library (or an individual function) is *sound* if it
171
171
Conversely, the library/function is *unsound* if safe code *can* cause Undefined Behavior.
172
172
173
173
#### Layout
174
+
[layout]: #layout
174
175
175
176
The *layout* of a type defines its size and alignment as well as the offsets of its subobjects (e.g. fields of structs/unions/enum/... or elements of arrays).
176
177
Moreover, the layout of a type records its *function call ABI* (or just *ABI* for short): how the type is passed *by value* across a function boundary.
0 commit comments