summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/heap.h
Commit message (Expand)AuthorAgeFilesLines
* Fix malloc alignmentBernd Schmidt2011-04-111-2/+4
* nptl: fix malloc library lockingTimo Teräs2010-04-221-4/+3
* Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...Rob Landley2008-10-281-15/+15
* This should fix malloc with debug and without threads. (Chase N Douglas)Bernhard Reutner-Fischer2008-10-161-0/+5
* Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-111-40/+16
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-5/+5
* fix up malloc debug buildingMike Frysinger2007-04-131-1/+1
* Richard Sandiford writes:Mike Frysinger2007-01-291-1/+1
* mostly revert the locking changes for 'malloc', as the implementationEric Andersen2006-12-111-4/+5
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-4/+4
* merge fix from blackfin cvs:Mike Frysinger2006-08-051-1/+1
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-8/+2
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* More fiddling with static free-areas: make sure both their size _and_Miles Bader2003-09-221-5/+5
* Make sure we don't allocate too little space for static free-areasMiles Bader2003-09-191-1/+3
* Make sure static heaps are aligned correctly.Miles Bader2003-09-171-9/+11
* 'extern inline' doesn't work... Use 'static inline'Eric Andersen2003-09-061-5/+5
* Fix malloc so it compiles and works when using pthreadsEric Andersen2002-10-171-1/+1
* * Add support for uClinux's broken munmap, contingent onMiles Bader2002-10-091-1/+45
* Update debugging hooks.Miles Bader2002-09-061-28/+11
* (__heap_delete): Renamed from `__heap_unlink_free_area'.Miles Bader2002-09-041-3/+6
* (likely, unlikely): New macros.Miles Bader2002-08-301-0/+12
* (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