summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc-930716/malloc.c
AgeCommit message (Expand)Author
2003-12-30Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-10-17Doh!!!Eric Andersen
2003-10-16Do not set errno when they asked for size 0Eric Andersen
2003-09-06Fix errno values. Fix MALLOC_GLIBC_COMPAT handling in malloc/malloc.c,Eric Andersen
2003-08-08Add in a MALLOC_GLIBC_COMPAT option to let people decide if theyEric Andersen
2003-01-23Kill the needless '#if 1'Eric Andersen
2002-09-05split-out memalign and reallocEric Andersen
2002-09-04Make sjhill happy, and revive memalignEric Andersen
2002-07-16__morecore need not be a function pointerEric Andersen
2002-07-16Odd. Got a copy of junk in here.Eric Andersen
2002-07-01This patch, from Ronald Wahl <rwa@peppercon.com>, fixes theEric Andersen
2002-06-18Rework, reduce the size, add proper lockingEric Andersen
2001-04-25Be more strict with the glibc style malloc implementation. Return NULLEric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen