Skip to content
archive

automatic-reference-counting

wiki · · 1 min read

Automatic Reference Counting

Definition

Swift uses Automatic Reference Counting (ARC) to track and manage your app's memory usage. In most cases, this means that memory management "just works" in Swift, and you don't need to think about memory management yourself. ARC automatically frees up the memory used by class instances when those instances are no longer needed.

Sources

  • raw/Swift/2026-05-13-apple-automatic-reference-counting.md