Searched defs:xmalloc (Results 1 – 4 of 4) sorted by relevance
53 #define xmalloc(type) ((type *)malloc(sizeof(type))) macro
67 void *xmalloc(size_t sz) in xmalloc() function
97 #define xmalloc(type) ((type *)malloc(sizeof(type))) macro
119 static void *xmalloc(size_t sz) in xmalloc() function
Completed in 7 milliseconds