Can't find any memory leak detection tools for mingw64.
Moderator: Moderators
-
- Posts: 823
- Joined: 21 Oct 2008, 02:54
Can't find any memory leak detection tools for mingw64.
Can't find any tools that supports 64 bit and is free. Much prefer if I don't have to modify my program to get the detection up and running.
Re: Can't find any memory leak detection tools for mingw64.
Damn it- i had one, but cant remember the name. Ah yes, the adress sanitizer- but it only works with clang.
https://code.google.com/p/address-sanit ... indowsPort
http://www.drmemory.org/
works with everything but doesent detect bufferoverflows..
http://sourceforge.net/p/valgrind4win/w ... vironment/
Valgrind definatly supports mingw64
Not tested.. no idea if this is very usefull - for anything other then proofing that memory leaks exist:
http://winleak.sourceforge.net/
https://code.google.com/p/address-sanit ... indowsPort
http://www.drmemory.org/
works with everything but doesent detect bufferoverflows..
http://sourceforge.net/p/valgrind4win/w ... vironment/
Valgrind definatly supports mingw64
Not tested.. no idea if this is very usefull - for anything other then proofing that memory leaks exist:
http://winleak.sourceforge.net/
-
- Posts: 823
- Joined: 21 Oct 2008, 02:54
Re: Can't find any memory leak detection tools for mingw64.
Had already look into it, gcc supports it in 4.8, but I tried, it with my current installation and it seems it didn't install the library with it.PicassoCT wrote:Damn it- i had one, but cant remember the name. Ah yes, the adress sanitizer- but it only works with clang.
https://code.google.com/p/address-sanit ... indowsPort
It doesn't support 64 bit application.http://www.drmemory.org/
works with everything but doesent detect bufferoverflows..
Have you seen any activity on that page? Cause I sure don't. It seems that it hasn't been updated in a long time.http://sourceforge.net/p/valgrind4win/w ... vironment/
Valgrind definatly supports mingw64
I don't want to take any risk.Not tested.. no idea if this is very usefull - for anything other then proofing that memory leaks exist:
http://winleak.sourceforge.net/
Re: Can't find any memory leak detection tools for mingw64.
Maybe check the second answer here: http://stackoverflow.com/questions/4134 ... or-windows
- Silentwings
- Posts: 3720
- Joined: 25 Oct 2008, 00:23
Re: Can't find any memory leak detection tools for mingw64.
That.Valgrind definatly supports mingw64
-
- Posts: 823
- Joined: 21 Oct 2008, 02:54
Re: Can't find any memory leak detection tools for mingw64.
Had already check it.gajop wrote:Maybe check the second answer here: http://stackoverflow.com/questions/4134 ... or-windows
It doesn't support running on windows though, and they don't seem to be supporting it anytime soon.Silentwings wrote:That.Valgrind definatly supports mingw64
Re: Can't find any memory leak detection tools for mingw64.
Have you consider running a linux VM on windows ? I guess that is not a viable option if your code only is meant to run under windows...
Then valgrind ftw
Then valgrind ftw