Advertisement

Memory Leaks

Started by February 10, 2000 06:19 AM
2 comments, last by Ranok 25 years, 1 month ago
I suspect my program has some memory leaks, but I do not no any good way of detecting where they are. So if anybody knows a good way of finding memory leaks, any help would be appreciated.
---Ranok---
Well, you didn''t say what you were using so here you might consider this:

your debugger...

~deadlinegrunt

Advertisement
By the way, if you are using MSVC++ you might check this out as well:

related

Of course if you aren''t, I would still fall back on the debugger.

~deadlinegrunt

If the debugger isn''t catching your leaks, try boundschecker (http://www.numega.com/devcenter/bc.shtml)

Clay

This topic is closed to new replies.

Advertisement