Anyway to find big memory chunks?

Started by
0 comments, last by Promit 17 years, 9 months ago
Hi. One of my process uses over 600 megs memory. Out of this, I know there is around 250 megs dedicated to dynamic allocations. Is there anyway to figure out where the rest comes from? I know there is quite a few megs from DLL pages already but still, there has to be some big chunks in the code somewhere. Its pretty hard to spot since there is so many files and classes. Is there any tool that could help me?
Advertisement
You may want to look at whether the Fluid Studios Memory Manager can reveal any useful information.
SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.

This topic is closed to new replies.

Advertisement