summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc-simple/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-4/+0
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-2/+2
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-1/+2
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-16/+14
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...Carmelo Amoroso2007-11-201-2/+4
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-9/+11
* Merge from trunk."Steven J. Hill"2005-12-101-0/+1
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-6/+5
* Merge from trunk."Steven J. Hill"2005-12-021-2/+2
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-104/+85
* Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.Eric Andersen2004-07-151-2/+2
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-161-4/+4
* Include missing errno.h header (as noted by Alan Hourihane).Eric Andersen2004-01-141-3/+5
* Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen2003-12-301-7/+22
* Update and restore malloc-simple. Slow as molasses, but triviallyEric Andersen2003-12-301-0/+189
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-181-141/+0
* Patch from Ronald Wahl <rwa@peppercon.com> to fix a memory leakEric Andersen2002-07-101-1/+1
* Fix simple malloc to work on systems with an MMUDavid McCullough2002-01-171-9/+31
* Fix a couple of warningsDavid McCullough2001-08-091-2/+2
* Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinkoEric Andersen2001-04-271-1/+2
* Be more strict with the malloc implementation. Return NULLEric Andersen2001-04-251-5/+10
* Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen2001-03-191-3/+4
* Use MAP_FAILED.Eric Andersen2001-02-131-1/+1
* Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen2001-01-121-2/+4
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-2/+6
* Bug ugly formatting updateEric Andersen2000-10-091-0/+106