Searched defs:xzalloc (Results 1 – 2 of 2) sorted by relevance
14 #define xzalloc(_type) ((_type *)_xzalloc(sizeof(_type), __alignof__(_type))) macro
90 #define xzalloc(type) ((type *)calloc(1, sizeof(type))) macro
Completed in 9 milliseconds