Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove libgnumalloc. | phk | 1996-02-11 | 1 | -622/+0 |
| | |||||
* | merge free.c realloc.c into malloc.c so that all three are linked in | rich | 1993-10-19 | 1 | -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 info | rgrimes | 1993-09-24 | 1 | -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. |