I use heap stack analysis methods as described in here here
Everything makes sense, except that I'm trying to track some UIViewController (subclasses) and they never appear in the distribution list (via parsing or searching). Since most of the things in the application life cycle go through VC, and I can track the other objects allocated in them, I assume that something is missing from me (maybe they are grouped according to the much wider malloc calls?)
I am trying to track overly stored VC, so if someone can give useful information, it will be appreciated. Thanks!
source share