After many years of working on a general-purpose C++ library using the Microsoft MSVC compiler in Visual Studio, we are now porting it to Linux/Mac OS X (pray for us). I hav
You should have a look at "Cross-Platform Memory Leak Detector", looks very similar to the crtdbg.h technique.