summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/realloc.c
Commit message (Expand)AuthorAgeFilesLines
* malloc: handle size overflows in realloc()Mike Frysinger2009-10-151-0/+3
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
* Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...Rob Landley2008-10-281-6/+6
* This should fix malloc with debug and without threads. (Chase N Douglas)Bernhard Reutner-Fischer2008-10-161-4/+4
* Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-111-6/+6
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* fix from Bernd Schmidt for realloc shrinkage bugMike Frysinger2007-04-241-0/+5
* fix up malloc debug buildingMike Frysinger2007-04-131-1/+1
* check for a 0 size first, then check for a NULL pointerMike Frysinger2006-02-221-2/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-1/+3
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
* Code formatting cleanup.Miles Bader2003-10-161-5/+6
* Fix errno values. Fix MALLOC_GLIBC_COMPAT handling in malloc/malloc.c,Eric Andersen2003-09-061-6/+6
* Improve malloc debugging support.Miles Bader2002-11-211-3/+4
* Fix malloc so it compiles and works when using pthreadsEric Andersen2002-10-171-4/+4
* Use __heap_[un]lock instead of __malloc_[un]lock.Miles Bader2002-10-151-4/+4
* (realloc): Record the correct size in the malloc header in the caseMiles Bader2002-09-091-1/+1
* (realloc): Follow new arg conventions of MALLOC_SET_SIZE.Miles Bader2002-08-191-2/+2
* Handle zero NEW_SIZE case.Miles Bader2002-08-141-45/+54
* Use MALLOC_REALLOC_MIN_FREE_SIZE.Miles Bader2002-08-011-1/+1
* In the allocate-and-copy case, don't include the malloc header in ourMiles Bader2002-07-311-2/+2
* Update debugging printfs.Miles Bader2002-07-311-1/+1
* Account for MALLOC_HEADER_SIZE when calculating new size.Miles Bader2002-07-311-3/+4
* Make sure NEW_SIZE is a multiple of HEAP_GRANULARITY.Miles Bader2002-07-301-2/+2
* Update the size of grown/shrunk allocations.Miles Bader2002-07-301-16/+16
* Implement shrinking.Miles Bader2002-07-301-6/+19
* Redo the locking, so that it may actually work. Now locking is done atMiles Bader2002-07-251-0/+3
* Misc small cleanups.Miles Bader2002-07-241-2/+2
* * Automatically try to unmap heap free-areas when they get very big.Miles Bader2002-07-231-15/+2
* Doc fix.Miles Bader2002-07-191-1/+1
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-181-0/+76