Searched defs:xmalloc (Results 1 – 5 of 5) sorted by relevance
82 void *xmalloc(size_t size) in xmalloc() function
13 #define xmalloc(_type) ((_type *)_xmalloc(sizeof(_type), __alignof__(_type))) macro
63 void *xmalloc(size_t sz) in xmalloc() function
91 #define xmalloc(type) ((type *)malloc(sizeof(type))) macro
119 static void *xmalloc(size_t sz) in xmalloc() function
Completed in 13 milliseconds