Can't find any memory leak detection tools for mingw64.
Posted: 31 May 2015, 21:14
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.
Open Source Realtime Strategy Game Engine
https://springrts.licho.eu/phpbb/
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/
That.Valgrind definatly supports 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