summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/heap_alloc_at.c
Commit message (Expand)AuthorAgeFilesLines
* Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...Rob Landley2008-10-281-4/+4
* Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-111-2/+2
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
* fix up malloc debug buildingMike Frysinger2007-04-131-1/+1
* Redo the locking, so that it may actually work. Now locking is done atMiles Bader2002-07-251-4/+0
* Rename mutex stuff to use heap-specific names.Miles Bader2002-07-191-3/+3
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-181-0/+51