CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2014/07/10 13:33:16
Modified files: share/man/man9 : Makefile malloc.9 sys/sys : malloc.h sys/kern : kern_malloc.c Log message: Add mallocarray(9) While here, change malloc(9)'s size argument from "unsigned long" to "size_t". ok tedu