Searched defs:xmalloc_array (Results 1 – 2 of 2) sorted by relevance
/xen/xen/include/xen/ | ||
A D | xmalloc.h | 33 #define xmalloc_array(_type, _num) \ macro |
/xen/tools/tests/vhpet/ | ||
A D | emul.h | 90 #define xmalloc_array(_type, _num) (void *)(_type)(_num) macro |
Completed in 4 milliseconds