summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/valloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Use posix_memalign() in valloc() rather than making assumptions aboutjasone2006-01-121-6/+6
| | | | | | the alignment of malloc()ed memory. Approved by: markm (mentor)
* Fix the style of the SCM ID's.obrien2002-03-221-0/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* Fix a cast from a pointer to a long instead of an int which was enoughjb1998-01-241-2/+2
| | | | to ruin a 64-bit day.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+50
OpenPOWER on IntegriCloud