summaryrefslogtreecommitdiff
path: root/libc/stdlib/valloc.c
AgeCommit message (Collapse)Author
2002-09-06Add #include <malloc.h> to silence warning.Manuel Novoa III
2002-09-04Make sjhill happy, and revive memalignEric Andersen
-Erik
2002-09-04Per discussions with Erik, 'valloc.c' should be built on top of whichever"Steven J. Hill"
memory allocator you choose. Unfortunately, the 'malloc-930716' needs a fair amount of work before it is functional. For now, changes have been made to add the 'valloc' call and it works properly with the plain 'malloc' allocator.