summaryrefslogtreecommitdiff
path: root/When boxes are deallocated.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-08-05 08:53:21 +0200
committerJasper Ras <jras@hostnet.nl>2025-08-05 08:53:21 +0200
commit295b343aecf330e830d79f06e0efc511e7d76da1 (patch)
tree85057ef1fe401adcd0d958ddf6ff966f25d8fef0 /When boxes are deallocated.md
parentf43372529e655f3b039946c969e4465193eb2042 (diff)
vault backup: 2025-08-05 08:53:21
Diffstat (limited to 'When boxes are deallocated.md')
-rw-r--r--When boxes are deallocated.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/When boxes are deallocated.md b/When boxes are deallocated.md
new file mode 100644
index 0000000..96c2c34
--- /dev/null
+++ b/When boxes are deallocated.md
@@ -0,0 +1,8 @@
+[[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