AutoReleasePoolTestExample icon indicating copy to clipboard operation
AutoReleasePoolTestExample copied to clipboard

An example to figure out the benefit to use @autoreleasepool in ARC iOS program.

An Example for @autoreleasepool

An example to figure out the benefit to use @autoreleasepool in ARC iOS program

Control memory usage in loop.

like this:

image

See my article: http://tutuge.me/2015/03/17/what-is-autoreleasepool/