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

/external/bison/lib/
H A Dxalloc.h26 #ifndef XALLOC_INLINE
27 # define XALLOC_INLINE _GL_INLINE macro
97 XALLOC_INLINE void *xnmalloc (size_t n, size_t s)
99 XALLOC_INLINE void *
110 XALLOC_INLINE void *xnrealloc (void *p, size_t n, size_t s)
112 XALLOC_INLINE void *
175 XALLOC_INLINE void *
212 XALLOC_INLINE char *xcharalloc (size_t n)
214 XALLOC_INLINE char *
H A Dxmalloc.c20 #define XALLOC_INLINE _GL_EXTERN_INLINE macro

Completed in 74 milliseconds