Searched defs:xmalloc_array (Results 1 – 2 of 2) sorted by relevance
17 #define xmalloc_array(_type, _num) \ macro
92 #define xmalloc_array(_type, _num) (void *)(_type)(_num) macro
Completed in 6 milliseconds