Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Miles Bader implemented a new mmap based malloc which is much | Eric Andersen | 2002-07-18 | 1 | -60/+0 |
| | | | | | | | smarter than the old "malloc-simple", and actually works, unlike the old "malloc". So kill the old "malloc-simple" and the old "malloc" and replace them with Miles' new malloc implementation. Update Config files to match. Thanks Miles! | ||||
* | Minor cleanup | Eric Andersen | 2001-09-29 | 1 | -1/+1 |
| | |||||
* | A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOC | Eric Andersen | 2001-05-11 | 1 | -0/+11 |
| | | | | | so that it works for realloc too. -Erik | ||||
* | Manuel Novoa III modified malloc.c and avlmacro.h to reduce code size by | Eric Andersen | 2001-01-12 | 1 | -16/+17 |
| | | | | | using functions instead on Inlining (size vas speed tradeoff). I ran the results through indent. Looking pretty good IMHO. | ||||
* | A bunch of updates, part from Manuel Novoa III (such as more long long | Eric Andersen | 2001-01-01 | 1 | -2/+2 |
| | | | | | support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu. | ||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -0/+48 |
| | |||||
* | New malloc routines. | Eric Andersen | 2000-10-08 | 1 | -208/+0 |
| | |||||
* | Warning cleanup | Eric Andersen | 2000-10-07 | 1 | -3/+4 |
| | |||||
* | Implimented a simple allocation system that does not waste memory. | Ron Alder | 2000-06-15 | 1 | -7/+132 |
| | | | | Added realloc. The allocation system was needed to support realloc. | ||||
* | Fixed the parameters to mmap in malloc. | Ron Alder | 2000-06-13 | 1 | -1/+1 |
| | | | | | malloc now works, but wastes alot of memory with the minimum amount of memory used for each allocation being 4k. | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+82 |