Home
last modified time | relevance | path

Searched refs:_xmalloc_array (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/xen/
A Dxmalloc.h34 ((_type *)_xmalloc_array(sizeof(_type), __alignof__(_type), _num))
79 static inline void *_xmalloc_array( in _xmalloc_array() function
/xen/xen/drivers/passthrough/arm/
A Dsmmu.c151 #define kmalloc_array(size, n, flags) _xmalloc_array(size, sizeof(void *), n)

Completed in 9 milliseconds