We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36fc2c commit 7251274Copy full SHA for 7251274
reference.md
@@ -3911,6 +3911,9 @@ The _heap_ is a general term that describes boxes. The lifetime of an
3911
allocation in the heap depends on the lifetime of the box values pointing to
3912
it. Since box values may themselves be passed in and out of frames, or stored
3913
in the heap, heap allocations may outlive the frame they are allocated within.
3914
+An allocation in the heap is guaranteed to reside at a single location in the
3915
+heap for the whole lifetime of the allocation - it will never be relocated as
3916
+a result of moving a box value.
3917
3918
### Memory ownership
3919
0 commit comments