Searched defs:MALLOC (Results 1 – 2 of 2) 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