summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/heap.h
Commit message (Expand)AuthorAgeFilesLines
* (HEAP_MIN_SIZE): New macro.Miles Bader2002-08-011-6/+15
* Redo the locking, so that it may actually work. Now locking is done atMiles Bader2002-07-251-18/+1
* Factor out some common code sequences into inline functions.Miles Bader2002-07-241-6/+60
* * Automatically try to unmap heap free-areas when they get very big.Miles Bader2002-07-231-28/+42
* Rename mutex stuff to use heap-specific names.Miles Bader2002-07-191-12/+14
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-181-0/+146