summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/posix_memalign.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support larger-than-page-alignment requests in posix_memalign() bymatthew2012-06-181-4/+2
| | | | | | overallocating and then releasing unneeded memory pages. ok otto
* tweak previous;jmc2010-05-191-2/+2
|
* add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromtedu2010-05-181-0/+94
brad and millert, with hints from guenther, jmc, and otto I think. ok previous.