ARC (Automatic Reference Counting) class instance-களுக்கான memory-ஐ compile நேரத்தில் strong reference-களைக் கண்காணிப்பதன் மூலம் நிர்வகிக்கிறது: compiler retain/release அழைப்புகளை insert செய்கிறது, மேலும் ஒரு object-இன் strong count பூஜ்ஜியத்தை அடையும்போது அது உடனடியாக deallocate செய்யப்படுகிறது — background garbage collector-ஆல் அல்ல, deterministic-ஆக.
