summaryrefslogtreecommitdiff
path: root/When heap data is deallocated.md
blob: 832881f3055981b8aa75f10474132a3a732f56f9 (plain)
1
2
3
4
5
6
7
[[Rust]]
[[To put data on the heap use a Box]]
[[Ownership]]


---
Heap memory is freed automatically when the frame of the variable who **owns** it is freed.