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