summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc-930716/malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* __morecore need not be a function pointerEric Andersen2002-07-161-9/+8
|
* Odd. Got a copy of junk in here.Eric Andersen2002-07-161-9/+0
|
* This patch, from Ronald Wahl <rwa@peppercon.com>, fixes theEric Andersen2002-07-011-5/+5
| | | | | spots where I screwed up and forgot to fix realloc to use free_unlocked() instead of free(). Thanks Ronald!
* Rework, reduce the size, add proper lockingEric Andersen2002-06-181-32/+329
| | | | -Erik
* Be more strict with the glibc style malloc implementation. Return NULLEric Andersen2001-04-251-2/+2
| | | | when folks do a malloc(0) using malloc-930716.
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-0/+254