Pelles C forum

C language => Tips & tricks => Topic started by: TBD on February 09, 2005, 11:21:57 PM

Title: [tool] Memproof - check your code
Post by: TBD on February 09, 2005, 11:21:57 PM
Memproof (http://www.automatedqa.com/products/memproof/index.asp) - "a FREE heap memory and resource 'leak' debugger "

excellent tool for checking your code for memory leaks and errors. 2.6Mb download
Title: [tool] Memproof - check your code
Post by: Pelle on February 10, 2005, 01:18:47 AM
...and it works with Pelles C despite the big Borland 'stamp'?

Pelle
Title: [tool] Memproof - check your code
Post by: TBD on February 10, 2005, 06:27:53 AM
yes :) I tried it on a hobby project that I am working on, written in PellesC, and found some memory leaks and some file access errors. groovy  =D>

they also have AQTime, but doesnt work as we dont have .pdb files as debug output.
Title: [tool] Memproof - check your code
Post by: Pelle on February 10, 2005, 06:22:04 PM
Cool! :D

I will give it a test run soon...

Pelle
Title: Memproof
Post by: jstaple on July 30, 2005, 04:39:11 PM
Memproof is brillant. Yes it does work with Pelles C. However version 0.9.5 did not shown the line numbers and function name of the code which casued the memory leak. Still useful thought.
<br>
 8)
Title: Memproof
Post by: jstaple on July 30, 2005, 04:40:24 PM
Memproof is brillant. Yes it does work with Pelles C. However version 0.9.5 did not shown the line numbers and function name of the code which casued the memory leak. Still useful thought.
<br>
 8)