summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/realloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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