Searched defs:XCALLOC (Results 1 – 4 of 4) sorted by relevance
81 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
62 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) macro
67 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) macro
116 #define XCALLOC calloc macro