C++ memory leak auto detection library

cmemory

I am searching for memory leak detection library.
Something like I would just include it into source code then it should start detecting. External programs might be good but i was looking for some library which can be linked into executable.

This i am searching for Windows.

Best Answer

I can suggest Visual Leak Detector, it is much easier to use than the Visual Studio built-in one.