]> granicus.if.org Git - strace/commit
xmalloc: introduce xzalloc
authorEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 22 Feb 2019 17:34:33 +0000 (18:34 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 22 May 2019 11:05:13 +0000 (11:05 +0000)
commitc8e4b438ebc0d769946febc491d955e29686d1f5
tree61d3ec2b60f48f8157f1b93055703a5ebd24d143
parent67ab2868cfa4ed0d38ec9eb4b6b5e0fe1f14fe88
xmalloc: introduce xzalloc

* xmalloc.h (xmalloc, xcalloc, xreallocarray): Document.
(xzalloc): New function, a thin wrapper around xcalloc with xmalloc
interface.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
xmalloc.h