CVSROOT:        /cvs
Module name:    src
Changes by:     o...@cvs.openbsd.org    2017/02/12 03:46:09

Modified files:
        lib/libc/stdlib: malloc.3 

Log message:
malloc does not *need* to return page-aligned objects for size >=
a page.  This is not required by any standard and other malloc
implementation do not document (or implement) this. ok deraadt@

Reply via email to