aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libmalloc/malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* merge free.c realloc.c into malloc.c so that all three are linked inRich Murphey1993-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 Notes: svn path=/head/; revision=636
* This is gnu lib malloc from NetBSD verbatium, here is the version infoRodney W. Grimes1993-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. Notes: svn path=/head/; revision=501