summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/avlmacro.h
Commit message (Collapse)AuthorAgeFilesLines
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-181-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 byEric Andersen2001-01-121-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 Andersen2000-10-081-0/+214