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

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.