22

I am building source on Windows using Cygwin, I need to find places with memory leaks and possible memory leaks. I know about Valgrind used for memory leak detection in Linux.

  • Can Valgrind be used along with Cygwin so that it works in a Windows based environment?
  • If yes can you please tell what configurations, etc. are needed?
Philippe Aubertin
  • 1,031
  • 1
  • 9
  • 22
akashbhatia
  • 332
  • 1
  • 5
  • 11

1 Answers1

19

No it's not supported.

Also, an obvious link: http://www.google.com/search?q=cygwin+valgrind

Karoly Horvath
  • 94,607
  • 11
  • 117
  • 176