Difference between revisions of "Memcheck"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=memcheck |Short description=Memory debugging tool |Full description='memcheck' provides the ability to fault on pointer overrun (read or write) or freed pointer def...")
 
(Broken links and email address for maintainer is also broken. Updated links to archive.org.)
Line 6: Line 6:
 
|Status=Live
 
|Status=Live
 
|Component programs=
 
|Component programs=
|Homepage URL=http://hald.dnsalias.net/projects/memcheck/
+
|Homepage URL=https://web.archive.org/web/20140424051743/http://hald.dnsalias.net:80/projects/memcheck/
 
|VCS checkout command=
 
|VCS checkout command=
 
|Computer languages=C
 
|Computer languages=C
 +
|Decommissioned or Obsolete=Yes
 +
|Decommissioned details=Broken links and email address for maintainer is also broken.  Updated links to archive.org.
 
|Documentation note=
 
|Documentation note=
 
|Paid support=
 
|Paid support=
Line 17: Line 19:
 
|Keywords=debugging,free,fault,pointer,overrun,deference,realloc,underrun
 
|Keywords=debugging,free,fault,pointer,overrun,deference,realloc,underrun
 
|Is GNU=n
 
|Is GNU=n
|Last review by=Janet Casey
+
|Last review by=Daniel Hjorth
|Last review date=2005-05-20
+
|Last review date=2018-08-05
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.1.4
+
|Version identifier=0.2.4
|Version date=2004-07-17
+
|Version date=2007-05-18
 
|Version status=stable
 
|Version status=stable
|Version download=http://hald.dnsalias.net/projects/memcheck/memcheck-0.1.4.tar.gz
+
|Version download=https://web.archive.org/web/20140424051743/http://hald.dnsalias.net:80/projects/memcheck/memcheck-0.2.4.tar.gz
 
|License verified date=2003-07-28
 
|License verified date=2003-07-28
|Version comment=0.1.4 stable released 2004-07-17
+
|Version comment=0.2.4 stable released 2007-05-18
 
}}
 
}}
 
{{Person
 
{{Person

Revision as of 15:37, 5 August 2018


[edit]

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

Verified by

Janet Casey

Verified on

28 July 2003




Leaders and contributors

Contact(s)Role
Hal Duston Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:hduston@gmail.com


Software prerequisites




Entry















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.