While studying Memory management of Mac OS / iOS learnt that an object would get removed from the heap when it has no references pointed to. In java we can call system.gc() for manual garbage collection.
Can someone please tell what is the system process that keeps checking the ARC in iOS and/or Mac OS!