Re: [Mingw-users] Best memory checker
- Date: Wed, 14 Jun 2006 22:19:13 +0100
- From: mls@xxxxxxxxxxxxx
- Subject: Re: [Mingw-users] Best memory checker
Hi,
<< Does anybody out there use a memory checker on windows? >>
I use MSS. It keeps track of calls to:
new, new[], delete, delete[] (only when C++ is used),
malloc, calloc, strdup, xmalloc, realloc, xrealloc, free, cfree,
and xfree (always when active)
I had to patch it to make it work with newer GCC versions - a few (very
minor) bugs fixed too - and the make file system is mine, but it works
fine; I still didn't update the documentation though.
It also comes with 5 small examples(not mine) so you can test if MSS works
with the current setup.
If you're interested I can send you an archive (zip/tar.gz/ace/bzip2)
with the source.
cu,
--
Bernd
_______________________________________________
MinGW-users mailing list
MinGW-users@xxxxxxxxxxxxxxxxxxxxx
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users