Slashdot Mirror


User: graeme.roy

graeme.roy's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. mpatrol on What Memory Leak Detector Do People Use? · · Score: 1

    I wrote mpatrol, which attempts to combine as many features of the other malloc debuggers/leak detectors that were mentioned on as many platforms as possible. It also adds a few features of its own. I also collected a list of related software and wrote an overview of their features at: http://www.cbmamiga.demon.co.uk/mpatrol/ If anyone's got any other software that they can recommend for solving such problems then let me know. Incidentally, I agree with the poster who wrote about GNU Checker. Unfortunately, the run-time library for it only works on a few platforms. I'm aiming to add Checker run-time support in mpatrol (initially for heap memory) to extend this to all the platforms that mpatrol runs on. Graeme.