summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc/heap.h
AgeCommit message (Expand)Author
2012-06-15malloc: use uClibc_mutex.h provided macros consequentlyPeter S. Mazinger
2011-04-11Fix malloc alignmentBernd Schmidt
2010-04-22nptl: fix malloc library lockingTimo Teräs
2008-10-28Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...Rob Landley
2008-10-16This should fix malloc with debug and without threads. (Chase N Douglas)Bernhard Reutner-Fischer
2008-10-11Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2007-04-13fix up malloc debug buildingMike Frysinger
2007-01-29Richard Sandiford writes:Mike Frysinger
2006-12-11mostly revert the locking changes for 'malloc', as the implementationEric Andersen
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-08-05merge fix from blackfin cvs:Mike Frysinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-09-22More fiddling with static free-areas: make sure both their size _and_Miles Bader
2003-09-19Make sure we don't allocate too little space for static free-areasMiles Bader
2003-09-17Make sure static heaps are aligned correctly.Miles Bader
2003-09-06'extern inline' doesn't work... Use 'static inline'Eric Andersen
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