Searched defs:XMALLOC (Results 1 – 4 of 4) sorted by relevance
82 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
61 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
66 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
113 #define XMALLOC malloc macro