summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc/alloc.c
AgeCommit message (Collapse)Author
2000-06-15Implimented a simple allocation system that does not waste memory.Ron Alder
Added realloc. The allocation system was needed to support realloc.
2000-06-13Fixed the parameters to mmap in malloc.Ron Alder
malloc now works, but wastes alot of memory with the minimum amount of memory used for each allocation being 4k.
2000-05-14Initial revisionErik Andersen