Index of /archives/NetBSD/NetBSD-release-9/src/external/gpl2/libmalloc/dist
Name Last modified Size Description
Parent Directory -
CVS/ 2024-02-15 03:47 -
ChangeLog 2016-01-14 06:42 35
gmalloc-head.c 2016-01-14 06:42 252
README 2016-01-14 06:42 658
getpagesize.h 2016-01-18 07:51 774
OChangeLog 2016-01-14 06:42 1.1K
cfree.c 2016-01-14 06:42 1.2K
mtrace.awk 2016-01-14 06:42 1.3K
calloc.c 2016-01-14 06:42 1.4K
mstats.c 2016-01-14 06:42 1.4K
valloc.c 2016-01-14 06:56 1.5K
morecore.c 2016-01-14 06:56 1.6K
memalign.c 2016-01-14 06:42 1.9K
Makefile 2016-01-14 06:42 2.0K
malloc-find.c 2016-01-14 06:42 2.1K
vm-limit.c 2016-01-14 06:42 3.6K
mem-limits.h 2016-01-14 06:56 4.0K
mtrace.c 2016-01-14 06:56 4.8K
mcheck.c 2016-01-14 06:56 5.5K
free.c 2016-01-14 06:42 6.3K
realloc.c 2016-01-14 06:42 6.3K
malloc.h 2016-01-14 06:56 9.4K
malloc.c 2016-01-14 06:42 11K
COPYING.LIB 2016-01-14 06:42 25K
ralloc.c 2016-01-14 06:56 27K
gmalloc.c 2016-01-14 06:42 40K
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 [email protected].
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.