summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/posix_memalign.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - fix bug wrt posix_memalign(3) of blocks between half a page and a pageotto2017-05-131-4/+9
| | | | | - document posix_memalign() does not play nice with reacallocarray(3) and freezero(3)
* 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.