HomeSort by relevance Sort by last modified time
    Searched refs:XNMALLOC (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
xalloc.h 78 /* extern t *XNMALLOC (size_t n, typename t); */
79 #define XNMALLOC(n, t) \
80 ((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
217 return XNMALLOC (n, char);
fatal-signal.c 225 XNMALLOC (new_actions_allocated, actions_entry_t);
w32spawn.h 140 new_argv = XNMALLOC (1 + argc + 1, char *);

Completed in 125 milliseconds