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: book/src/03_ticket_v1/09_heap.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,6 @@ or [a custom allocator](https://docs.rs/dhat/latest/dhat/)) to inspect the heap
137
137
Heap memory will be reserved when you push data into it for the first time.
138
138
139
139
[^equivalence]: The size of a pointer depends on the operating system too.
140
-
In certain environments, a pointer is **larger** than a memory address (e.g. [CHERI](https://blog.acolyer.org/2019/05/28/cheri-abi/)).
140
+
In certain environments, a pointer is **larger** than a memory address (e.g. [CHERI](https://web.archive.org/web/20240517051950/https://blog.acolyer.org/2019/05/28/cheri-abi/)).
141
141
Rust makes the simplifying assumption that pointers are the same size as memory addresses,
142
142
which is true for most modern systems you're likely to encounter.
0 commit comments