Appears it isn’t possible.
Some thoughts:
mpatrol?
http://lists-archives.org/mingw-users/04162-best-memory-checker.html
MSS?
http://lists-archives.org/mingw-users/04173-best-memory-checker.html
this one? http://wyw.dcweb.cn/leakage.htm
Appears it isn’t possible.
Some thoughts:
mpatrol?
http://lists-archives.org/mingw-users/04162-best-memory-checker.html
MSS?
http://lists-archives.org/mingw-users/04173-best-memory-checker.html
this one? http://wyw.dcweb.cn/leakage.htm
RSS feed for comments on this post. TrackBack URL
Powered by WordPress
http://goog-perftools.sourceforge.net/doc/tcmalloc.html maybe, maybe the DWW GC (http://www.hpl.hp.com/personal/Hans_Boehm/gc/leak.html)
Comment by rogerdpack — March 14, 2009 @ 5:07 pm
perhaps google’s perf tools heap checker would work, too?
Comment by rogerdpack — June 2, 2009 @ 9:05 pm
http://stackoverflow.com/questions/1013337/memory-leak-checker-for-windows-that-supports-gcc lists a few, too [just found it]
Comment by rogerdpack — June 18, 2009 @ 3:42 pm
http://goog-perftools.sourceforge.net/doc/heap_checker.html
also might help with leak checking in doze
Comment by rogerdpack — October 20, 2009 @ 11:02 pm
http://www.flipcode.com/archives/Presenting_A_Memory_Manager.shtml
maybe
Just for the records: The Memory Manager is no longer available for
download from flipcode, but instead from the author’s site
http://www.paulnettle.com/
Comment by rogerdpack — December 1, 2009 @ 10:50 pm
http://blackcat.ca/code/vmalloc
perhaps
Comment by rogerdpack — December 9, 2009 @ 6:20 pm
http://stackoverflow.com/questions/413477/is-there-a-good-valgrind-substitute-for-windows
Comment by rogerdpack — August 9, 2010 @ 2:15 pm