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