Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zekunyan/autoreleasepooltestexample

An example to figure out the benefit to use @autoreleasepool in ARC iOS program.
https://github.com/zekunyan/autoreleasepooltestexample

autorelease ios objective-c

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](http://zorrochen.qiniudn.com/blog_what_is_autoreleasepool_1.png?imageView2/0/h/400)

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