Searched defs:xmalloc (Results 1 – 6 of 6) sorted by relevance
52 static inline void *xmalloc(size_t len) in xmalloc() function
82 void *xmalloc(size_t size) in xmalloc() function
83 void *xmalloc(size_t size) in xmalloc() function
43 static inline void *xmalloc(size_t len) in xmalloc() function
70 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro
81 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro