summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc/heap.h
AgeCommit message (Expand)Author
2002-10-17Fix malloc so it compiles and works when using pthreadsEric Andersen
2002-10-09* Add support for uClinux's broken munmap, contingent onMiles Bader
2002-09-06Update debugging hooks.Miles Bader
2002-09-04(__heap_delete): Renamed from `__heap_unlink_free_area'.Miles Bader
2002-08-30(likely, unlikely): New macros.Miles Bader
2002-08-01(HEAP_MIN_SIZE): New macro.Miles Bader
2002-07-25Redo the locking, so that it may actually work. Now locking is done atMiles Bader
2002-07-24Factor out some common code sequences into inline functions.Miles Bader
2002-07-23* Automatically try to unmap heap free-areas when they get very big.Miles 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