Searched defs:xmalloc (Results 1 – 3 of 3) sorted by relevance
82 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