Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zekunyan/autoreleasepooltestexample
- Owner: zekunyan
- Created: 2015-03-16T16:38:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T15:50:40.000Z (almost 10 years ago)
- Last Synced: 2024-05-01T14:38:16.161Z (10 months ago)
- Topics: autorelease, ios, objective-c
- Language: Objective-C
- Size: 168 KB
- Stars: 30
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)