summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc-simple
AgeCommit message (Expand)Author
2005-07-07update syntaxMike Frysinger
2005-07-07Yoshinori Sato writes:Mike Frysinger
2005-01-25merge parallel build supportMike Frysinger
2004-07-15Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.Eric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2004-01-14Include missing errno.h header (as noted by Alan Hourihane).Eric Andersen
2003-12-30Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen
2003-12-30Update and restore malloc-simple. Slow as molasses, but triviallyEric Andersen
2002-07-18Miles Bader implemented a new mmap based malloc which is muchEric Andersen
2002-07-16Disable debug stuff by defaultEric Andersen
2002-07-10Patch from Ronald Wahl <rwa@peppercon.com> to fix a memory leakEric Andersen
2002-01-17Fix simple malloc to work on systems with an MMUDavid McCullough
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-08-09Fix a couple of warningsDavid McCullough
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-04-27Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinkoEric Andersen
2001-04-25Be more strict with the malloc implementation. Return NULLEric Andersen
2001-03-19Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen
2001-02-13Use MAP_FAILED.Eric Andersen
2001-01-12Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-11-04Fix doc blunder.Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-10-20Strip all object files of all non global symbols and .note andEric Andersen
2000-10-12Screwed up non-mmu support. #define was backwards.Eric Andersen
2000-10-11Finish reorganizing things. At least I think I've finished.Eric Andersen
2000-10-09Bug ugly formatting updateEric Andersen