1

I am scouting for a memory leak detection tool in cygwin. What could be the best memory leak detection tool for a C application in cygwin ?

Florin Pop
  • 5,105
  • 3
  • 25
  • 58
Karthik Balaguru
  • 7,424
  • 7
  • 48
  • 65
  • There seems to be a [duplicate of this question](http://stackoverflow.com/questions/11811356/memory-leak-tool-on-cygwin). –  Sep 20 '14 at 18:19
  • True. I too came across that link before posting this query. It appears as a pretty old status and i believe that things should have changed/evolved by now. Also, the answers do not seem to point to a definite or best memory leak tool. – Karthik Balaguru Sep 20 '14 at 19:37

1 Answers1

1

Allegedly you can use dmalloc under Cygwin: http://dmalloc.com/docs/5.4.3/online/dmalloc_18.html

abligh
  • 24,573
  • 4
  • 47
  • 84