1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
-------------------------------------------------------------------------------
$Id: Manifest,v 1.37 2003/05/15 02:43:55 gray Exp $
-------------------------------------------------------------------------------
Description of the files in the debug-malloc package.
Changelog Log entries detailing major module changes.
INSTALL Installation guide.
Makefile.in Used by configure to create the Makefile.
Manifest This file.
NEWS File with a condensed view of the module's
ChangeLog entries per version.
NOTES General Notes of the debug-malloc routines and
associated algorithms.
README Quick startup notes.
TODO Things to do list. It gets longer and longer.
arg_check.[ch] Malloc routines used for testing of arguments.
chunk.[ch] Lower level allocation routines. This is the
meat of the allocation algorithms. Manages
and debugs the administration structures of
the heap. Too large!
chunk_loc.h Local defines specific to the chunk routines
only.
compat.[ch] System compatibility routines if missing
functionality.
conf.h File of defines for the library produced by configure.
conf.h.in Used by configure to create the conf.h file.
config.help Help file about the GNU configure scripts.
configure Configure shell script.
configure.in Used by autoconf to create configure script.
contrib/ directory of contributions from other sources
debug_tok.h Tokens that correspond to debugging
functionality.
dmalloc.c Program that assists in the setting of the
DMALLOC_DEBUG and other debug environmental
variables.
dmalloc.cc C++ routines to help using library with C++ code.
dmalloc.h Installed dmalloc .h file to be included in
those .c files where file and line debugging
information is required.
dmalloc.h.[123] Used to create dmalloc.h.
dmalloc.info User-level gnu info manual file for the dmalloc
routines. Suitable as a text manual also.
dmalloc.ps Postscript file for TeX-less folks.
dmalloc.texi Texinfo user manual for generating Info or dvi
formats.
dmalloc_argv.[ch] Argument processing library files.
dmalloc_argv_loc.h Local defines for the argv files.
dmalloc_loc.h Local defines for all of the dmalloc routines.
dmalloc_lp.[ch] Leap-frog routines to provide file/line info
to lib.
dmalloc_t.c Meager test program for testing the dmalloc
routines.
dmallocrc Sample RC file that is used to set the debug
flags.
env.[ch] Environmental variable processing routines.
error.[ch] Debugging routines and others that provide
user output.
error_val.h General error codes and associated strings for the
dmalloc module.
heap.[ch] Possibly machine specific routines for
allocating space on and manipulating the heap.
install-sh Shell script for systems without a sane install.
malloc.c Higher level alloc routines including malloc,
free, realloc, etc. These are the routines to
be called from user space.
mkinstalldirs Script that makes the directories to install into.
return.h Defines to get the return-address for non-malloc calls.
settings.h File included by conf.h which contains manual defines.
texinfo.tex File included to allow TeX output from the
malloc.texi file.
version.h Version number for the library.
-------------------------------------------------------------------------------
|