Searched defs:MALLOC (Results 1 – 3 of 3) sorted by relevance
89 #define MALLOC(n,t) (VCAST(t *)ck_malloc((n)*sizeof(t))) macro
23 #define MALLOC(t, n) ((t *) xmalloc (sizeof (t) * (n))) macro
181 #define MALLOC malloc macro