Answer Posted / Sonu Gautam
NSAutoreleasePool is a memory management tool in Cocoa that helps manage memory automatically. It collects objects marked with `autorelease` and releases them when the pool is drained, typically at specific points during the run loop. You should use autorelease pools when you have a complex object graph where it's difficult to manage memory manually.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category