Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (MALLOC_REALLOC_MIN_FREE_SIZE): New macro. | Miles Bader | 2002-08-01 | 1 | -2/+8 |
* | (MALLOC_HEADER_SIZE): New macro. | Miles Bader | 2002-07-31 | 1 | -2/+6 |
* | Define MALLOC_SET_SIZE to take the user-address rather than the base-address. | Miles Bader | 2002-07-30 | 1 | -2/+2 |
* | Add macros to abstract the malloc header format a bit. | Miles Bader | 2002-07-30 | 1 | -1/+22 |
* | Redo the locking, so that it may actually work. Now locking is done at | Miles Bader | 2002-07-25 | 1 | -1/+37 |
* | * Automatically try to unmap heap free-areas when they get very big. | Miles Bader | 2002-07-23 | 1 | -5/+30 |
* | 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/+45 |