Searched defs:xmalloc (Results 1 – 11 of 11) sorted by relevance
83 #define xmalloc(_size) (malloc(_size) ? : vmefail()) macro88 #define xmalloc(_size) malloc(_size) macro
42 #define xmalloc(s) (fail_on_null(malloc(s), (s), __FILE__, __LINE__)) macro
41 static inline void *xmalloc(size_t len) in xmalloc() function
131 void *xmalloc(size_t size) in xmalloc() function
81 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro
43 # define xmalloc malloc macro
148 xmalloc(unsigned size) { in xmalloc() function
30 void *xmalloc(size_t size) in xmalloc() function
228 #define xmalloc malloc macro
227 #define xmalloc malloc macro
69 void *xmalloc(size_t size) in xmalloc() function