Searched refs:xnrealloc (Results 1 – 2 of 2) sorted by relevance
56 void *xnrealloc (void *p, size_t n, size_t s);84 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type))
105 xnrealloc (void *p, size_t n, size_t s) in xnrealloc() function