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

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.