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