summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc-930716/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen2003-12-301-445/+0
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Doh!!!Eric Andersen2003-10-171-1/+1
* Do not set errno when they asked for size 0Eric Andersen2003-10-161-1/+1
* Fix errno values. Fix MALLOC_GLIBC_COMPAT handling in malloc/malloc.c,Eric Andersen2003-09-061-7/+15
* Add in a MALLOC_GLIBC_COMPAT option to let people decide if theyEric Andersen2003-08-081-0/+5
* Kill the needless '#if 1'Eric Andersen2003-01-231-2/+0
* split-out memalign and reallocEric Andersen2002-09-051-191/+26
* Make sjhill happy, and revive memalignEric Andersen2002-09-041-2/+60
* __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
* Rework, reduce the size, add proper lockingEric Andersen2002-06-181-32/+329
* Be more strict with the glibc style malloc implementation. Return NULLEric Andersen2001-04-251-2/+2
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-0/+254