Télécharger la liste

Description du projet

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.

Système requise

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 pour strndup et calloc ont été ajoutés. Fichiers et globale définit ont été renommés pour résoudre les collisions d'espace de noms. Le programme garde la trace de l'entreprise et informe l'utilisateur sur les appels non valides à free (). Un correctif de bogue a été faite dans le malloc () wrapper. (malloc () est désormais utilisé pour allouer de la mémoire interne au lieu de malloc ()). Quelques nettoyages du code mineurs ont également été faites.
Tags: Minor feature enhancements
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.

2002-08-10 18:15
1.1

Ce communiqué de l'utilisation des pistes calloc et realloc, avec la fonction d'origine de suivi (malloc, strdup, et gratuit). La production est désormais redirectable à n'importe quel fichier. Les fichiers source ont été renommés pour être plus unique.
Tags: Minor feature enhancements
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.

2002-02-13 22:30
1.0

Tags: Initial freshmeat announcement

Project Resources