Difference between revisions of "Memcheck"
(Broken links and email address for maintainer is also broken. Updated links to archive.org.) |
(Information updated by package creator/maintainer) |
||
Line 6: | Line 6: | ||
|Status=Live | |Status=Live | ||
|Component programs= | |Component programs= | ||
− | |Homepage URL=https | + | |Homepage URL=https://hald.ddns.us/projects/memcheck/ |
|VCS checkout command= | |VCS checkout command= | ||
|Computer languages=C | |Computer languages=C | ||
|Decommissioned or Obsolete=Yes | |Decommissioned or Obsolete=Yes | ||
− | |Decommissioned details= | + | |Decommissioned details=No longer maintained. |
|Documentation note= | |Documentation note= | ||
|Paid support= | |Paid support= | ||
Line 26: | Line 26: | ||
|Version date=2007-05-18 | |Version date=2007-05-18 | ||
|Version status=stable | |Version status=stable | ||
− | |Version download=https | + | |Version download=https://hald.ddns.us/projects/memcheck/memcheck-0.2.4.tar.gz |
|License verified date=2003-07-28 | |License verified date=2003-07-28 | ||
|Version comment=0.2.4 stable released 2007-05-18 | |Version comment=0.2.4 stable released 2007-05-18 | ||
Line 33: | Line 33: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Real name=Hal Duston | |Real name=Hal Duston | ||
− | |Email= | + | |Email=hduston@gmail.com |
|Resource URL= | |Resource URL= | ||
}} | }} | ||
Line 39: | Line 39: | ||
|Resource audience=Bug Tracking,Developer,Support | |Resource audience=Bug Tracking,Developer,Support | ||
|Resource kind=E-mail | |Resource kind=E-mail | ||
− | |Resource URL=mailto: | + | |Resource URL=mailto:hduston@gmail.com |
}} | }} | ||
{{Software category | {{Software category |
Latest revision as of 22:25, 12 April 2019
memcheck
https://hald.ddns.us/projects/memcheck/
Memory debugging tool
'memcheck' provides the ability to fault on pointer overrun (read or write) or freed pointer deference (read or write), logs double free and realloc of already freed pointers and memory not freed on exit, checks for pointer underrun on free and realloc, optionally reverses the behavior of overrun and underrun, "churns" reallocations to always return a different pointer, and logs pointer overruns instead of faulting. It has a very small performance impact, with the tradeoff of a large memory footprint. It includes a validation test suite to verify correctness of the library.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Hal Duston | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Bug Tracking,Developer,Support | mailto:hduston@gmail.com |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.