Searched defs:TALLOC (Results 1 – 3 of 3) sorted by relevance
295 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
342 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
389 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro