Analysis updated 2026-07-18 · repo last pushed 2023-08-13
Pass a suspected object into the detector to automatically find retain cycles causing a memory leak.
Filter out known false-positive cycles from Apple's own frameworks, like UIView's internal caching.
Catch NSTimer-related retain cycles, a common source of iOS memory leaks.
Use during development and testing to catch memory leaks before they ship to users.
| cdoky/fbretaincycledetector | jonluca/node-mac-permissions | ogham/rust-bbedit | |
|---|---|---|---|
| Stars | — | — | 39 |
| Language | Objective-C++ | Objective-C++ | Objective-C++ |
| Last pushed | 2023-08-13 | 2023-04-18 | 2019-03-14 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Meant for debug builds only, pairs with the companion tool FBMemoryProfiler for whole-app scanning.
An iOS debugging tool from Facebook that automatically scans an object's memory graph to find retain cycles, the hidden loops that cause memory leaks.
Mainly Objective-C++. The stack also includes Objective-C++, iOS.
Dormant — no commits in 2+ years (last push 2023-08-13).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.