summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc-930716
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-18Peter Kjellerstedt writes:Eric Andersen
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-09-04Per discussions with Erik, 'valloc.c' should be built on top of whichever"Steven J. Hill"
2002-09-04Added 'valloc' back in. Ok, Erik can smack me now."Steven J. Hill"
2002-08-07Per suggestion from Miles Bader, move calloc.c to libc/stdlib.Eric Andersen
2002-08-06Unify calloc (its the same thing regardless of the underlyingEric 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-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric 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