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