I've been searching for a memory leak detection tool for windows, something similar to valgrind under Linux, but all tools that i find cost, or just have free trials. Does anyone know a FREE memory leak detection tool for windows ?

Recommended Answers

All 4 Replies

get the source code for vangrind and compile it yourself with a windows compiler ??? I don't know how difficult that might be.

I've been searching for a memory leak detection tool for windows, something similar to valgrind under Linux, but all tools that i find cost, or just have free trials. Does anyone know a FREE memory leak detection tool for windows ?

Check this:
http://www.codeproject.com/KB/applications/visualleakdetector.aspx

It is free with full source code, so you may tune it for your own needs. Also it integrates with MSVS.

commented: Very nice :) +34
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.