Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Miles Bader implemented a new mmap based malloc which is much | Eric Andersen | 2002-07-18 | 1 | -226/+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! | ||||
* | Manuel Novoa III modified malloc.c and avlmacro.h to reduce code size by | Eric Andersen | 2001-01-12 | 1 | -60/+72 |
| | | | | | using functions instead on Inlining (size vas speed tradeoff). I ran the results through indent. Looking pretty good IMHO. | ||||
* | New malloc routines. | Eric Andersen | 2000-10-08 | 1 | -0/+214 |