Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-12 | Manuel Novoa III modified malloc.c and avlmacro.h to reduce code size by | Eric Andersen | |
using functions instead on Inlining (size vas speed tradeoff). I ran the results through indent. Looking pretty good IMHO. | |||
2001-01-01 | A bunch of updates, part from Manuel Novoa III (such as more long long | Eric Andersen | |
support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu. | |||
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-10-08 | New malloc routines. | Eric Andersen | |
2000-10-07 | Warning cleanup | Eric Andersen | |
2000-06-15 | Implimented a simple allocation system that does not waste memory. | Ron Alder | |
Added realloc. The allocation system was needed to support realloc. | |||
2000-06-13 | Fixed the parameters to mmap in malloc. | Ron Alder | |
malloc now works, but wastes alot of memory with the minimum amount of memory used for each allocation being 4k. | |||
2000-05-14 | Initial revision | Erik Andersen | |