Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to allocate, deallocate, and use autorelase objects in Objective-C without causing memory leaks.
Each object allocated in the Objective-C runtime has a retain count. The retain count can be thought of as the number of references that have been made to the current object. Once the retain count is zero, the object will be deallocated.