summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libmalloc/malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove libgnumalloc.phk1996-02-111-622/+0
|
* merge free.c realloc.c into malloc.c so that all three are linked inrich1993-10-191-0/+304
| | | | | | | | | if any are referenced. libc's malloc.o contains malloc(), free() and realloc(). And libc refers to realloc which will cause the linker to pull in redundant malloc() and free() definitions from malloc.o if it isn't already linked in from GNU malloc. Rich
* This is gnu lib malloc from NetBSD verbatium, here is the version inforgrimes1993-09-241-0/+318
that Chris created: this version of GNU malloc was obtained from prep.ai.mit.edu on 9/22/1993. There was no version noted.
OpenPOWER on IntegriCloud