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

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.