Facebook has released 3 objective-c based tools for automatic memory leak detection on iOS – FBRetainCycleDetector, FBAlloactionTracker and FBMemoryProfiler.
FBRetainCycleDetector finds retain cycles, FBAllocationTracker provides introspection of Objective-C objects, and FBMemoryProfiler uses FBRetainCycleDetector and FBAllocationTracker allowing you to browse objects and view their memory usage over time.
Here’s an image from the FBMemoryProfiler showing it in action:
You can read more about these tools on the Facebook code site.
You can find FBMemoryProfiler on Github here.
You can find FBRetainCycleDetector on Github here.
You can find FBAllocationTracker on Github here.
A nice set of tools for automatic memory-leak detection.
Original article: Open Source iOS Tools For Automatic Memory Leak Detection
©2016 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
Reference source: iOS App Dev Libraries, Controls, Tutorials, Examples and Tools