NetBSD/gnu/lib/libmalloc
2001-12-12 01:48:43 +00:00
..
calloc.c
cfree.c
ChangeLog
combined.c
COPYING.LIB
free.c
getpagesize.h
gmalloc-head.c
Makefile MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
Makefile.gnu
malloc.c
malloc.h
mcheck.c
mem-limits.h
memalign.c
morecore.c
mstats.c
mtrace.awk
mtrace.c
OChangeLog
ralloc.c
README
realloc.c add gnu malloc library. to use, -lgnumalloc (same style as -lgnuregex) 1993-09-23 21:10:27 +00:00
shlib_version Add "Remember to update distrib/sets..." lines (and NetBSD RCS IDs in 2001-09-10 11:18:41 +00:00
valloc.c
VERSION add gnu malloc library. to use, -lgnumalloc (same style as -lgnuregex) 1993-09-23 21:10:27 +00:00
vm-limit.c add gnu malloc library. to use, -lgnumalloc (same style as -lgnuregex) 1993-09-23 21:10:27 +00:00

This is the standalone distribution of GNU malloc.
GNU malloc is part of the GNU C Library, but is also distributed separately.

If you find bugs in GNU malloc, send reports to bug-glibc@prep.ai.mit.edu.

GNU malloc is free software.  See the file COPYING.LIB for copying conditions.

The makefile builds libmalloc.a and gmalloc.o.  If you are using GNU malloc
to replace your system's existing malloc package, it is important to make
sure you get all GNU functions, not some of the GNU functions and some from
the system library.  gmalloc.o has all the functions in one file, so using
that will make sure you don't accidentally mix the two malloc packages.