mooigraph 7d0518c3b8 added GNU malloc 2 years ago
..
COPYING.LIB 7d0518c3b8 added GNU malloc 2 years ago
ChangeLog 7d0518c3b8 added GNU malloc 2 years ago
Makefile 7d0518c3b8 added GNU malloc 2 years ago
OChangeLog 7d0518c3b8 added GNU malloc 2 years ago
README 7d0518c3b8 added GNU malloc 2 years ago
calloc.c 7d0518c3b8 added GNU malloc 2 years ago
cfree.c 7d0518c3b8 added GNU malloc 2 years ago
free.c 7d0518c3b8 added GNU malloc 2 years ago
getpagesize.h 7d0518c3b8 added GNU malloc 2 years ago
gmalloc-head.c 7d0518c3b8 added GNU malloc 2 years ago
gmalloc.c 7d0518c3b8 added GNU malloc 2 years ago
malloc-find.c 7d0518c3b8 added GNU malloc 2 years ago
malloc.c 7d0518c3b8 added GNU malloc 2 years ago
malloc.h 7d0518c3b8 added GNU malloc 2 years ago
mcheck.c 7d0518c3b8 added GNU malloc 2 years ago
mem-limits.h 7d0518c3b8 added GNU malloc 2 years ago
memalign.c 7d0518c3b8 added GNU malloc 2 years ago
morecore.c 7d0518c3b8 added GNU malloc 2 years ago
mstats.c 7d0518c3b8 added GNU malloc 2 years ago
mtrace.awk 7d0518c3b8 added GNU malloc 2 years ago
mtrace.c 7d0518c3b8 added GNU malloc 2 years ago
ralloc.c 7d0518c3b8 added GNU malloc 2 years ago
realloc.c 7d0518c3b8 added GNU malloc 2 years ago
valloc.c 7d0518c3b8 added GNU malloc 2 years ago
vm-limit.c 7d0518c3b8 added GNU malloc 2 years ago

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.