Memory leak detection tool
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Where can I get a freeware memory-leak detection tool, like the (more advanced) Boundschecker?
Hi, I've never heard about free tools like this... BoundsChecker is a good staff and it worth spending money. Regards, Alex Gorev, Dundas Software.
-
Hi, I've never heard about free tools like this... BoundsChecker is a good staff and it worth spending money. Regards, Alex Gorev, Dundas Software.
-
Where can I get a freeware memory-leak detection tool, like the (more advanced) Boundschecker?
If you are using MFC, MFC has built-in leak detection. It's not exhaustive, but it's free and already available. Read up on
CMemoryState
andAfxEnableMemoryTracking()
.