summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/valloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Add #include <malloc.h> to silence warning.Manuel Novoa III2002-09-061-0/+1
|
* Make sjhill happy, and revive memalignEric Andersen2002-09-041-30/+3
| | | | -Erik
* Per discussions with Erik, 'valloc.c' should be built on top of whichever"Steven J. Hill"2002-09-041-0/+61
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.