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...")
 
(Information updated by package creator/maintainer)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
|Status=Live
 
|Status=Live
 
|Component programs=
 
|Component programs=
|Homepage URL=http://hald.dnsalias.net/projects/memcheck/
+
|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 details=No longer maintained.
 
|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://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.1.4 stable released 2004-07-17
+
|Version comment=0.2.4 stable released 2007-05-18
 
}}
 
}}
 
{{Person
 
{{Person
 
|Role=Maintainer
 
|Role=Maintainer
 
|Real name=Hal Duston
 
|Real name=Hal Duston
|Email=hald@sound.net
+
|Email=hduston@gmail.com
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 37: 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:hald@sound.net
+
|Resource URL=mailto:hduston@gmail.com
 
}}
 
}}
 
{{Software category
 
{{Software category

Latest revision as of 23:25, 12 April 2019


[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.