CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2012/06/18 11:03:52
Modified files: lib/libc/stdlib: malloc.c posix_memalign.3 Log message: Support larger-than-page-alignment requests in posix_memalign() by overallocating and then releasing unneeded memory pages. ok otto