Introducing: void *mallocarray(size_t nmemb, size_t size);
authorderaadt <deraadt@openbsd.org>
Mon, 21 Apr 2014 13:17:32 +0000 (13:17 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 21 Apr 2014 13:17:32 +0000 (13:17 +0000)
commite1603b917ba5852a5461411aa2df5baf314a9813
treef9a49fac2c939a0d6cb87829a03cdbfd42e490df
parent29f63bf363079270225681e35e5212e6cbe34691
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...
include/stdlib.h
lib/libc/stdlib/Makefile.inc
lib/libc/stdlib/malloc.3
lib/libc/stdlib/malloc.c