Home
last modified time | relevance | path

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

/freebsd/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) in xnmalloc() function