Searched refs:_xmalloc_array (Results 1 – 2 of 2) sorted by relevance
34 ((_type *)_xmalloc_array(sizeof(_type), __alignof__(_type), _num))79 static inline void *_xmalloc_array( in _xmalloc_array() function
151 #define kmalloc_array(size, n, flags) _xmalloc_array(size, sizeof(void *), n)
Completed in 12 milliseconds