mooigraph 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
..
COPYING.LIB 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
ChangeLog 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
Makefile 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
OChangeLog 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
README 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
calloc.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
cfree.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
free.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
getpagesize.h 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
gmalloc-head.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
gmalloc.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
malloc-find.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
malloc.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
malloc.h 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
mcheck.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
mem-limits.h 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
memalign.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
morecore.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
mstats.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
mtrace.awk 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
mtrace.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
ralloc.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
realloc.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
valloc.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos
vm-limit.c 7d0518c3b8 added GNU malloc %!s(int64=3) %!d(string=hai) anos

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.