Garbage Collection (GC)
Back: Memory Models
Automatic memory management that reclaims memory no longer in use by the program. Different GC algorithms offer tradeoffs between throughput, latency (pause times), memory overhead, and implementation complexity.