First post, thanks in advance for the help.
I've got a program which I am almost certain has no new-delete memory leaks. I can run it in debug with no errors on completion. However, when I watch task manager in Win XP home, the mem usage continues to grow (usually by 32K chunks). What does mem usage in task manager count, stack and heap? Eventually, I have to shut it down, reboot and restart my program when the mem footprint becomes too large. I am newing alot in the code, but I match them all will deletes. Any ideas on a culprit or a tool I can use to track this down.
Again, thanks in advance.
I've got a program which I am almost certain has no new-delete memory leaks. I can run it in debug with no errors on completion. However, when I watch task manager in Win XP home, the mem usage continues to grow (usually by 32K chunks). What does mem usage in task manager count, stack and heap? Eventually, I have to shut it down, reboot and restart my program when the mem footprint becomes too large. I am newing alot in the code, but I match them all will deletes. Any ideas on a culprit or a tool I can use to track this down.
Again, thanks in advance.