Dec 192017
Full Description of File
The Gray Watson debugging malloc library
is C source code for a drop in replacement
for the system malloc & other memory manage
ment routines. What is unique about this
library is that it contains a number of
powerful debugging facilities including
very comprehensive heap testing and ex-
cellent run-time debugging information.
is C source code for a drop in replacement
for the system malloc & other memory manage
ment routines. What is unique about this
library is that it contains a number of
powerful debugging facilities including
very comprehensive heap testing and ex-
cellent run-time debugging information.
Gray Watson’s debugging malloc library C source code. This package will help you track down stray pointers and memory corruption problems. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
FILE_ID.DIZ | 338 | 218 | deflated |
GWMALLOC.TAR | 368640 | 81721 | deflated |
MANIFEST | 2553 | 436 | deflated |
README.1ST | 1042 | 575 | deflated |
Download File GWMALLOC.ZIP Here
Contents of the README.1ST file
The Gray Watson debugging malloc library
is C source code for a drop in replacement
for the system malloc & other memory manage
ment routines. What is unique about this
library is that it contains a number of
powerful debugging facilities including
very comprehensive heap testing and ex-
cellent run-time debugging information.
From: [email protected] (Gray Watson)
Newsgroups: comp.sources.unix
Date: 6 Apr 93 09:59:40 GMT
Submitted-By: [email protected] (Gray Watson)
Posting-Number: Volume 26, Issue 98
Archive-Name: malloc-1.2.0
Malloc Debug Library
********************
This file documents the general-usage and the inner-workings of the
memory allocation or "malloc" library it accompanies.
This malloc library has been designed as a drop in replacement for
the system's malloc, realloc, calloc, free and other memory management
routines. For more information about their capabilities, do a `man 3
malloc' to read the system's manual pages.
What is unique about this library is that it contains a number of
powerful debugging facilities including very comprehensive heap testing
and excellent run-time debugging information. We have found these
capabilities to be superb development tools.
I can be reached at `' with any questions
or general comments.
Gray Watson, Antaire Corporation.
is C source code for a drop in replacement
for the system malloc & other memory manage
ment routines. What is unique about this
library is that it contains a number of
powerful debugging facilities including
very comprehensive heap testing and ex-
cellent run-time debugging information.
From: [email protected] (Gray Watson)
Newsgroups: comp.sources.unix
Date: 6 Apr 93 09:59:40 GMT
Submitted-By: [email protected] (Gray Watson)
Posting-Number: Volume 26, Issue 98
Archive-Name: malloc-1.2.0
Malloc Debug Library
********************
This file documents the general-usage and the inner-workings of the
memory allocation or "malloc" library it accompanies.
This malloc library has been designed as a drop in replacement for
the system's malloc, realloc, calloc, free and other memory management
routines. For more information about their capabilities, do a `man 3
malloc' to read the system's manual pages.
What is unique about this library is that it contains a number of
powerful debugging facilities including very comprehensive heap testing
and excellent run-time debugging information. We have found these
capabilities to be superb development tools.
I can be reached at `
or general comments.
Gray Watson, Antaire Corporation.
December 19, 2017
Add comments