Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix bug wrt posix_memalign(3) of blocks between half a page and a page | otto | 2017-05-13 | 1 | -4/+9 |
| | | | | | - document posix_memalign() does not play nice with reacallocarray(3) and freezero(3) | ||||
* | Support larger-than-page-alignment requests in posix_memalign() by | matthew | 2012-06-18 | 1 | -4/+2 |
| | | | | | | overallocating and then releasing unneeded memory pages. ok otto | ||||
* | tweak previous; | jmc | 2010-05-19 | 1 | -2/+2 |
| | |||||
* | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | tedu | 2010-05-18 | 1 | -0/+94 |
brad and millert, with hints from guenther, jmc, and otto I think. ok previous. |