Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix malloc so it compiles and works when using pthreads | Eric Andersen | 2002-10-17 | 1 | -1/+1 |
* | * Add support for uClinux's broken munmap, contingent on | Miles Bader | 2002-10-09 | 1 | -1/+45 |
* | Update debugging hooks. | Miles Bader | 2002-09-06 | 1 | -28/+11 |
* | (__heap_delete): Renamed from `__heap_unlink_free_area'. | Miles Bader | 2002-09-04 | 1 | -3/+6 |
* | (likely, unlikely): New macros. | Miles Bader | 2002-08-30 | 1 | -0/+12 |
* | (HEAP_MIN_SIZE): New macro. | Miles Bader | 2002-08-01 | 1 | -6/+15 |
* | Redo the locking, so that it may actually work. Now locking is done at | Miles Bader | 2002-07-25 | 1 | -18/+1 |
* | Factor out some common code sequences into inline functions. | Miles Bader | 2002-07-24 | 1 | -6/+60 |
* | * Automatically try to unmap heap free-areas when they get very big. | Miles Bader | 2002-07-23 | 1 | -28/+42 |
* | Rename mutex stuff to use heap-specific names. | Miles Bader | 2002-07-19 | 1 | -12/+14 |
* | Miles Bader implemented a new mmap based malloc which is much | Eric Andersen | 2002-07-18 | 1 | -0/+146 |