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: 3 months 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-09T19:13:23.000Z (almost 14 years ago)
- Last Synced: 2025-01-20T10:47:46.764Z (over 1 year ago)
- Language: Objective-C
- Size: 117 KB
- Stars: 0
- Watchers: 3
- 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.