Searched refs:xnmalloc (Results 1 – 2 of 2) sorted by relevance
52 void *xnmalloc (size_t n, size_t s);83 # define XMALLOC(type, n) xnmalloc (n, sizeof (type))
80 xnmalloc (size_t n, size_t s) in xnmalloc() function