mooigraph 2d36ee6c80 added gnu malloc 3 lat temu
..
COPYING.LIB 2d36ee6c80 added gnu malloc 3 lat temu
ChangeLog 2d36ee6c80 added gnu malloc 3 lat temu
Makefile 2d36ee6c80 added gnu malloc 3 lat temu
OChangeLog 2d36ee6c80 added gnu malloc 3 lat temu
README 2d36ee6c80 added gnu malloc 3 lat temu
calloc.c 2d36ee6c80 added gnu malloc 3 lat temu
cfree.c 2d36ee6c80 added gnu malloc 3 lat temu
free.c 2d36ee6c80 added gnu malloc 3 lat temu
getpagesize.h 2d36ee6c80 added gnu malloc 3 lat temu
gmalloc-head.c 2d36ee6c80 added gnu malloc 3 lat temu
gmalloc.c 2d36ee6c80 added gnu malloc 3 lat temu
malloc-find.c 2d36ee6c80 added gnu malloc 3 lat temu
malloc.c 2d36ee6c80 added gnu malloc 3 lat temu
malloc.h 2d36ee6c80 added gnu malloc 3 lat temu
mcheck.c 2d36ee6c80 added gnu malloc 3 lat temu
mem-limits.h 2d36ee6c80 added gnu malloc 3 lat temu
memalign.c 2d36ee6c80 added gnu malloc 3 lat temu
morecore.c 2d36ee6c80 added gnu malloc 3 lat temu
mstats.c 2d36ee6c80 added gnu malloc 3 lat temu
mtrace.awk 2d36ee6c80 added gnu malloc 3 lat temu
mtrace.c 2d36ee6c80 added gnu malloc 3 lat temu
ralloc.c 2d36ee6c80 added gnu malloc 3 lat temu
realloc.c 2d36ee6c80 added gnu malloc 3 lat temu
valloc.c 2d36ee6c80 added gnu malloc 3 lat temu
vm-limit.c 2d36ee6c80 added gnu malloc 3 lat temu

README

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.