Home
last modified time | relevance | path

Searched defs:xzalloc (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/xen/
A Dxmalloc.h14 #define xzalloc(_type) ((_type *)_xzalloc(sizeof(_type), __alignof__(_type))) macro
/xen/tools/tests/vpci/
A Demul.h90 #define xzalloc(type) ((type *)calloc(1, sizeof(type))) macro

Completed in 9 milliseconds