Searched defs:xmalloc (Results 1 – 15 of 15) sorted by relevance
45 #define xmalloc(_size) (malloc(_size) ? : vmefail()) macro50 #define xmalloc(_size) malloc(_size) macro
41 xmalloc (size_t n) in xmalloc() function
18 static void *xmalloc(size_t size) in xmalloc() function
44 static void *xmalloc(size_t size) in xmalloc() function
27 void *xmalloc(size_t size) in xmalloc() function
30 void *xmalloc(size_t size) in xmalloc() function
228 #define xmalloc malloc macro
227 #define xmalloc malloc macro
229 #define xmalloc malloc macro
201 static void *xmalloc(size_t s) in xmalloc() function
82 void *xmalloc(size_t s) in xmalloc() function
158 xmalloc(size_t size) in xmalloc() function
69 void *xmalloc(size_t size) in xmalloc() function
90 static void *xmalloc(size_t size) in xmalloc() function