Download List

Project Description

Nitro Technologies Memory Checker makes tracking down memory leaks in
C programs simple. It wraps strdup / strndup / calloc / malloc / free and tracks memory
usage, allowing a report containing information on all allocated
memory (and what function allocated it, which line, which file, etc.)
at any time during the running of your program.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-04-27 16:44
1.2

Wrappers for strndup and calloc were added. Files and global defines were renamed to solve namespace collisions. The program now keeps track of and informs the user about invalid calls to free(). A bug fix was made in the calloc() wrapper. (calloc() is now used to allocate memory internally instead of malloc()). Some minor code cleanups were also made.
Tags: Minor feature enhancements

2002-08-10 18:15
1.1

This release tracks the use of calloc and realloc, along with the
original function tracking (malloc, strdup, and free). Output is now
redirectable to any file. The source files have been renamed to be
more unique.
Tags: Minor feature enhancements

2002-02-13 22:30
1.0

Tags: Initial freshmeat announcement

Project Resources