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

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.