Searched defs:xmalloc (Results 1 – 2 of 2) sorted by relevance
9 static inline void *xmalloc(size_t size) in xmalloc() function
75 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro