summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/free.c
Commit message (Expand)AuthorAgeFilesLines
* malloc: fix race condition and other bugs in the no-mmu mallocFreeman Wang2009-12-191-3/+3
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-2/+0
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-261-1/+1
* - remove some bloat that was added in r23660 and subsequent r23698.Bernhard Reutner-Fischer2008-11-251-1/+1
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...Rob Landley2008-10-281-22/+19
* This should fix malloc with debug and without threads. (Chase N Douglas)Bernhard Reutner-Fischer2008-10-161-8/+21
* Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-111-11/+11
* fix up malloc debug buildingMike Frysinger2007-04-131-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-4/+3
* __malloc_consolidate is only libc internal, enable use of __sbrkPeter S. Mazinger2005-12-131-0/+1
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+2
* (free_to_heap): Unlock the heap before returning in theMiles Bader2003-04-021-2/+5
* Improve malloc debugging support.Miles Bader2002-11-211-8/+17
* Fix locking to not deadlock when __UCLIBC_UCLINUX_BROKEN_MUNMAP__ is defined.Miles Bader2002-10-151-5/+10
* * Add support for uClinux's broken munmap, contingent onMiles Bader2002-10-091-10/+110
* (free):Miles Bader2002-09-041-5/+5
* Use `likely' & `unlikely' instead of the `__malloc_'-prefixed versions.Miles Bader2002-08-301-1/+1
* Use __malloc_unlikely instead of `likely'.Miles Bader2002-08-141-1/+4
* Use `return' for null pointers, to avoid a giant block holding the restMiles Bader2002-08-131-95/+95
* Update debugging printfs.Miles Bader2002-07-311-2/+2
* Use new malloc header macros.Miles Bader2002-07-301-2/+2
* Size tweaks.Miles Bader2002-07-251-5/+6
* Miscellaneous tidying-up.Miles Bader2002-07-251-12/+9
* Redo the locking, so that it may actually work. Now locking is done atMiles Bader2002-07-251-90/+103
* Misc small cleanups.Miles Bader2002-07-241-1/+2
* * Automatically try to unmap heap free-areas when they get very big.Miles Bader2002-07-231-9/+104
* Doc fix.Miles Bader2002-07-191-1/+1
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-181-0/+35