I'm trying to use glowcode to track a C++ mem-leak issue in our app.
But first of the first, glowcode cannot track all the memory allocated from our app. It only tracks 300MB memory usage when TaskManager shows we're using 700MB;
I doubted that the lost memory is allocated by some 3rd-party dll(s), but it's hard to find it out.
Do you have any similar issues or any ideas about that? Thanks in advance.
EDIT: WOW! VMMap is a great tool, its timeline feature fits me well.