I am looking for a way to print all selected objects when I get
applicationDidReceiveMemoryWarning
Is there any way to see which objects are in memory. System-api-call, structure, something really.
I know Clang and debugging with code verification, but I'm looking for a way to see at runtime why I have a memory leak.
Suggestions?
Thank:)
source
share