summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-181-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 cleanupEric Andersen2001-09-291-1/+1
|
* A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOCEric Andersen2001-05-111-0/+11
| | | | | so that it works for realloc too. -Erik
* Manuel Novoa III modified malloc.c and avlmacro.h to reduce code size byEric Andersen2001-01-121-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 longEric Andersen2001-01-011-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 updateEric Andersen2000-10-091-0/+48
|
* New malloc routines.Eric Andersen2000-10-081-208/+0
|
* Warning cleanupEric Andersen2000-10-071-3/+4
|
* Implimented a simple allocation system that does not waste memory.Ron Alder2000-06-151-7/+132
| | | | Added realloc. The allocation system was needed to support realloc.
* Fixed the parameters to mmap in malloc.Ron Alder2000-06-131-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_1Erik Andersen2000-05-141-0/+82