Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mosheberman/loopy-leaky-peaky-loops
A test app to demonstrate some interesting edge cases with ARC.
https://github.com/mosheberman/loopy-leaky-peaky-loops
Last synced: about 1 month ago
JSON representation
A test app to demonstrate some interesting edge cases with ARC.
- Host: GitHub
- URL: https://github.com/mosheberman/loopy-leaky-peaky-loops
- Owner: MosheBerman
- Created: 2012-08-09T19:02:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-09T19:13:23.000Z (over 12 years ago)
- Last Synced: 2023-03-11T14:37:34.142Z (over 1 year ago)
- Language: Objective-C
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This project is a demonstration of ARC misbehaving with large loops which create NSString object. Download, uncomment one of the methods in the viewDidLoad method of the view controller, and watch it blow up in four different unique ways by using the Allocations profiler in Instruments.