xtigr
03-29-2007, 11:54 AM
Hello,
I need some help to trace down which structure may consume too much memory.
Actually what happens is: with every run, starting from, let's say 300-th, program consumes more and more memory (about 30K each time) . There is no memory leak, I checked with different kind of tools. So I'm thinking of some structure (container) just keeps growing without being freed.
Question: Is there any tool that allows to find such a growing structure?
Code base is huge, analyzing code will not help.
Any advice is appreciated.
I need some help to trace down which structure may consume too much memory.
Actually what happens is: with every run, starting from, let's say 300-th, program consumes more and more memory (about 30K each time) . There is no memory leak, I checked with different kind of tools. So I'm thinking of some structure (container) just keeps growing without being freed.
Question: Is there any tool that allows to find such a growing structure?
Code base is huge, analyzing code will not help.
Any advice is appreciated.