I’m looking a way to print all allocated objects when I get
applicationDidReceiveMemoryWarning
Is there someway I can see what objects are in memory. An system-api call, A framework, anything really.
I’m aware of Clang & debugging by code-inspection but I’m looking for a way to see at run-time why I have a memory leak.
Suggestions?
Thanks 🙂
Use the Instruments Allocations tool. You can navigate and see all live objects.