Name
Date
Size
#Lines
LOC

..--

COPYING.LIBHD13-Jan-201624.7 KiB

ChangeLogH A D13-Jan-201635 31

MakefileH A D13-Jan-20162 KiB5824

OChangeLogH A D13-Jan-20161.1 KiB3525

READMEH A D13-Jan-2016658 139

calloc.cH A D13-Jan-20161.4 KiB4214

cfree.cH A D13-Jan-20161.2 KiB4618

free.cH A D13-Jan-20166.3 KiB213141

getpagesize.hH A D17-Jan-2016774 4331

gmalloc-head.cH A D13-Jan-2016252 91

gmalloc.cH A D13-Jan-201639.9 KiB1,353799

malloc-find.cH A D13-Jan-20162.1 KiB6223

malloc.cH A D13-Jan-201610.7 KiB378249

malloc.hH A D13-Jan-20169.4 KiB301161

mcheck.cH A D13-Jan-20165.5 KiB219171

mem-limits.hH A D13-Jan-20164 KiB188122

memalign.cH A D13-Jan-20161.9 KiB6942

morecore.cH A D13-Jan-20161.6 KiB5627

mstats.cH A D13-Jan-20161.4 KiB4215

mtrace.awkH A D13-Jan-20161.3 KiB5145

mtrace.cH A D13-Jan-20164.8 KiB187119

ralloc.cH A D13-Jan-201627.3 KiB1,090671

realloc.cH A D13-Jan-20166.3 KiB222130

valloc.cH A D13-Jan-20161.5 KiB5022

vm-limit.cH A D13-Jan-20163.6 KiB13875

README

1This is the standalone distribution of GNU malloc.
2GNU malloc is part of the GNU C Library, but is also distributed separately.
3
4If you find bugs in GNU malloc, send reports to bug-glibc@prep.ai.mit.edu.
5
6GNU malloc is free software.  See the file COPYING.LIB for copying conditions.
7
8The makefile builds libmalloc.a and gmalloc.o.  If you are using GNU malloc
9to replace your system's existing malloc package, it is important to make
10sure you get all GNU functions, not some of the GNU functions and some from
11the system library.  gmalloc.o has all the functions in one file, so using
12that will make sure you don't accidentally mix the two malloc packages.
13