summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/heap_free.c
Commit message (Expand)AuthorAgeFilesLines
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-4/+4
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-1/+1
* Doc fix.Miles Bader2002-08-301-1/+1
* (__heap_free): Tighten up the inner loop, and make the code more readable.Miles Bader2002-08-301-29/+24
* Size tweaks.Miles Bader2002-07-251-7/+7
* Redo the locking, so that it may actually work. Now locking is done atMiles Bader2002-07-251-5/+1
* Factor out some common code sequences into inline functions.Miles Bader2002-07-241-47/+14
* * Automatically try to unmap heap free-areas when they get very big.Miles Bader2002-07-231-1/+5
* 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/+127