MemCheck Deluxe is a memory usage tracker and leak finder. It allows developers to find memory leaks quickly, as well as providing some memory usage information.
| Tags | Utilities Software Development Quality Assurance Bug Tracking |
|---|---|
| Licenses | BSD Original BSD Revised |
| Operating Systems | POSIX Linux Windows Windows |
| Implementation | C C++ |
Recent releases


Changes: The C++ macros were changed to work with newer versions of GC that have stronger type checking.


Changes: This branch features a nearly complete rewrite. The core was made far more flexible and faster, allowing more errors to be detected including double-frees and some forms of buffer overflows. Configuration is now handled at runtime instead of compile time. The C++ support was redone to utilize the new core routines.


Changes: This release adds C++ new/delete support, fixes a getcwd bug, and cleans up the build system.


Changes: A scanf patch was added. Support for getcwd extentions was added. A potential locking bug was fixed. Some of the code was cleaned up.


Changes: Log redirection was added. A few small bugs were fixed. A patch for asprintf/vasprintf was added. Some Win32 issues were cleaned up.