Searched defs:XZALLOC (Results 1 – 2 of 2) sorted by relevance
84 #define XZALLOC(t) ((t *) xzalloc (sizeof (t))) macro
562 #define XZALLOC(TYPE) ((TYPE*) xzalloc (sizeof (TYPE))) macro