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

  /external/bison/lib/
xalloc.h 56 void *xzalloc (size_t s)
84 /* extern t *XZALLOC (typename t); */
85 #define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
91 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
  /ndk/sources/host-tools/sed-4.2.1/lib/
xalloc.h 56 void *xzalloc (size_t s) ATTRIBUTE_MALLOC;
95 /* extern t *XZALLOC (typename t); */
96 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
102 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))

Completed in 51 milliseconds