summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc/heap_alloc.c
AgeCommit message (Expand)Author
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2007-04-13fix up malloc debug buildingMike Frysinger
2002-07-25Redo the locking, so that it may actually work. Now locking is done atMiles Bader
2002-07-19Rename mutex stuff to use heap-specific names.Miles Bader
2002-07-18Miles Bader implemented a new mmap based malloc which is muchEric Andersen