Searched defs:REALLOC (Results 1 – 2 of 2) sorted by relevance
90 #define REALLOC(x,n,t) (VCAST(t *)ck_realloc(VCAST(VOID *)(x),(n)*sizeof(t))) macro
24 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n))) macro