You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-24 17:56:45 +02:00
@ -3,7 +3,7 @@
|
||||
An alternative to manual and scope-based memory management is automatic memory
|
||||
management:
|
||||
|
||||
* The programmer never calls allocates or deallocates memory explicitly.
|
||||
* The programmer never allocates or deallocates memory explicitly.
|
||||
* A garbage collector finds unused memory and deallocates it for the programmer.
|
||||
|
||||
## Java Example
|
||||
|
Reference in New Issue
Block a user