Useful resources that were used to build the memory graph application. This is also a set of interesting materials which are related to memory understanding.
- The Memory Graph Project builds the memory graph of the application
- Python implementation of searching object's references and other interesting features via (lldb) script import lldb.macosx.heap
- C++ implementation of searching object's references
- FLEX set of in-app debugging and exploration tools for iOS development
- WWDC 2018 session iOS Memory Deep Dive