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

/external/bison/lib/
H A Dxalloc.h80 ((t *) (sizeof (t) == 1 ? xmalloc (n) : xnmalloc (n, sizeof (t))))
97 XALLOC_INLINE void *xnmalloc (size_t n, size_t s)
100 xnmalloc (size_t n, size_t s) function

Completed in 84 milliseconds