Download List

프로젝트 설명

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

에 대한 래퍼 strndup과 calloc이 추가되었습니다. 파일 및 전역 네임 스페이스 충돌을 해결하기 위해 이름이 변경됐다 정의합니다. 프로그램은 지금 추적하고 무료로 유효하지 않은 통화에 대해 사용자에게 알려줍니다 (). 버그 수정 calloc () 래퍼에서 만들어졌습니다. (calloc () 지금은 내부 대신에 메모리를 할당하는 데 사용됩니다 malloc ()). 몇 가지 사소한 코드 정리도되었다.
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

이 릴리스 calloc을 사용하여 트랙 realloc, 원래의 함수 (malloc, StrDup, 무료) 추적과 함께. 출력 지금은 모든 파일 redirectable입니다. 소스 파일은 고유한 이름이 변경되었습니다.
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