Penguin

Differences between current version and revision by previous author of MMGR.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 3 Last edited on Monday, May 31, 2004 9:34:15 pm by SamJansen
Older page: version 2 Last edited on Monday, February 23, 2004 3:16:11 pm by JohnMcPherson Revert
@@ -3,5 +3,5 @@
 It works on both WIN32 and gcc/unix platforms (although I had to comment out a line that did #include "stdafx.h", which appears to be some windows-specific header). 
  
 Basically, you include the mmgr.h header file after standard includes and before your own program's include headers, and then link against the mmgr.o. Running your executable will create a "memleaks.log" file in your current working directory. 
  
-''I used MMGR in a medium sized C++ project; it was around 10,000 lines not including external libraries (of which there were many). It found all the memory leaks which were leading to quite a memory hungry program. This library might be an option for platforms Valgrind is not available on'' -- SamJansen 
+''I used MMGR in a medium sized C++ project; it was around 10,000 lines not including external libraries (of which there were many). It found all the memory leaks which were leading to quite a memory hungry program. This library might be an option for platforms [ Valgrind] is not available on'' -- SamJansen