summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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