Searched defs:TALLOC (Results 1 – 7 of 7) sorted by relevance
394 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
334 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
390 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
393 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
405 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro