CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/21 07:17:32
Modified files:
include : stdlib.h
lib/libc/stdlib: Makefile.inc malloc.3 malloc.c
Log message:
Introducing: void *mallocarray(size_t nmemb, size_t size);
Like calloc(), except without the cleared-memory gaurantee
ok beck guenther, discussed for more than a year...
