Age | Commit message (Expand) | Author |
---|---|---|
2002-08-01 | Use MALLOC_REALLOC_MIN_FREE_SIZE. | Miles Bader |
2002-07-31 | In the allocate-and-copy case, don't include the malloc header in our | Miles Bader |
2002-07-31 | Update debugging printfs. | Miles Bader |
2002-07-31 | Account for MALLOC_HEADER_SIZE when calculating new size. | Miles Bader |
2002-07-30 | Make sure NEW_SIZE is a multiple of HEAP_GRANULARITY. | Miles Bader |
2002-07-30 | Update the size of grown/shrunk allocations. | Miles Bader |
2002-07-30 | Implement shrinking. | Miles Bader |
2002-07-25 | Redo the locking, so that it may actually work. Now locking is done at | Miles Bader |
2002-07-24 | Misc small cleanups. | Miles Bader |
2002-07-23 | * Automatically try to unmap heap free-areas when they get very big. | Miles Bader |
2002-07-19 | Doc fix. | Miles Bader |
2002-07-18 | Miles Bader implemented a new mmap based malloc which is much | Eric Andersen |