diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-08-08 22:44:15 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-08-08 22:44:15 +0200 |
commit | 22675cd8dc75d8b8d4b0f818f5b093efbc364802 (patch) | |
tree | 90156d37dccf13f012d535e7d92273259e3d5c17 /When boxes are deallocated.md | |
parent | 295b343aecf330e830d79f06e0efc511e7d76da1 (diff) |
Diffstat (limited to 'When boxes are deallocated.md')
-rw-r--r-- | When boxes are deallocated.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/When boxes are deallocated.md b/When boxes are deallocated.md deleted file mode 100644 index 96c2c34..0000000 --- a/When boxes are deallocated.md +++ /dev/null @@ -1,8 +0,0 @@ -[[Rust]] -[[Boxes live in the heap]] -[[Ownership]] - - ---- - -A box's heap memory is freed automatically when the frame of the variable who owns the box is freed.
\ No newline at end of file |