Searched refs:xnmalloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/diff/lib/
H A Dxalloc.h52 void *xnmalloc (size_t n, size_t s);
83 # define XMALLOC(type, n) xnmalloc (n, sizeof (type))
H A Dxmalloc.c80 xnmalloc (size_t n, size_t s) function

Completed in 187 milliseconds