Home
last modified time | relevance | path

Searched defs:xmalloc (Results 1 – 5 of 5) sorted by relevance

/xen/xen/tools/kconfig/
A Dutil.c82 void *xmalloc(size_t size) in xmalloc() function
/xen/xen/include/xen/
A Dxmalloc.h13 #define xmalloc(_type) ((_type *)_xmalloc(sizeof(_type), __alignof__(_type))) macro
/xen/tools/xl/
A Dxl_utils.c63 void *xmalloc(size_t sz) in xmalloc() function
/xen/tools/tests/vpci/
A Demul.h91 #define xmalloc(type) ((type *)malloc(sizeof(type))) macro
/xen/tools/libxl/
A Dlibxl_save_helper.c119 static void *xmalloc(size_t sz) in xmalloc() function

Completed in 9 milliseconds