Searched refs:xzalloc (Results 1 – 2 of 2) sorted by relevance
56 void *xzalloc (size_t s) ATTRIBUTE_MALLOC;96 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))102 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
80 xzalloc (size_t s) in xzalloc() function