Searched refs:xnmalloc (Results 1 – 1 of 1) sorted by relevance
91 ((t *) (sizeof (t) == 1 ? xmalloc (n) : xnmalloc (n, sizeof (t))))108 void *xnmalloc (size_t n, size_t s) ATTRIBUTE_MALLOC;119 static_inline void *xnmalloc (size_t n, size_t s) ATTRIBUTE_MALLOC;121 xnmalloc (size_t n, size_t s) in xnmalloc() function