Top > All Packages in Directory > memcheck

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.

Obtaining

Web pagehttp://www.sound.net/~hald/projects/memcheck/
Source tarballhttp://www.sound.net/~hald/projects/memcheck/memcheck-0.1.3.tar.gz
Version 0.1.3 (stable) released on 2003-07-28
Licensed under The GNU General Public License, Version 2 or later.
This is not a GNU package.

Support contacts

Help List<hald@sound.net>
Developer List<hald@sound.net>
Bug List<hald@sound.net>

Project contacts

Maintainers
Developers

Related information

Interfacescommand line
Source languagesC

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2003-07-28
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.