summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/malloc.h
Commit message (Expand)AuthorAgeFilesLines
* nptl: fix malloc library lockingTimo Teräs2010-04-221-6/+5
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-261-8/+10
* - remove some bloat that was added in r23660 and subsequent r23698.Bernhard Reutner-Fischer2008-11-251-10/+8
* - fix another fallout from r23660Bernhard Reutner-Fischer2008-10-291-2/+2
* This should fix malloc with debug and without threads. (Chase N Douglas)Bernhard Reutner-Fischer2008-10-161-0/+2
* Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-111-1/+5
* fix up malloc debug buildingMike Frysinger2007-04-131-1/+0
* Richard Sandiford writes:Mike Frysinger2007-01-291-5/+13
* 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
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-1/+0
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-0/+1
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-0/+2
* The variable used to store pagesize is not the same as theEric Andersen2004-08-161-1/+2
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-3/+2
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-161-1/+1
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* add missing prototypeEric Andersen2003-09-061-0/+2
* Debugging tweaks.Miles Bader2002-11-211-1/+4
* Improve malloc debugging support.Miles Bader2002-11-211-11/+34
* Get rid of old malloc lock stuff.Miles Bader2002-10-151-8/+0
* * Add support for uClinux's broken munmap, contingent onMiles Bader2002-10-091-0/+41
* Update debugging hooks.Miles Bader2002-09-061-2/+5
* (likely, unlikely): New macros.Miles Bader2002-08-301-6/+8
* (MALLOC_SETUP): New macro.Miles Bader2002-08-191-5/+6
* (__malloc_likely, __malloc_unlikely): New macros.Miles Bader2002-08-141-0/+10
* (MALLOC_REALLOC_MIN_FREE_SIZE): New macro.Miles Bader2002-08-011-2/+8
* (MALLOC_HEADER_SIZE): New macro.Miles Bader2002-07-311-2/+6
* Define MALLOC_SET_SIZE to take the user-address rather than the base-address.Miles Bader2002-07-301-2/+2
* Add macros to abstract the malloc header format a bit.Miles Bader2002-07-301-1/+22
* Redo the locking, so that it may actually work. Now locking is done atMiles Bader2002-07-251-1/+37
* * Automatically try to unmap heap free-areas when they get very big.Miles Bader2002-07-231-5/+30
* Doc fix.Miles Bader2002-07-191-1/+1
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-181-0/+45