Searched defs:XMALLOC (Results 1 – 6 of 6) sorted by relevance
83 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
64 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
253 #define XMALLOC(x) xrealloc(0,x) macro
36 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) macro
879 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) macro
87 #define XMALLOC os_malloc macro