Searched defs:tnalloc (Results 1 – 1 of 1) sorted by relevance
712 # define tnalloc(T,n) (lintalloc = testalloc(sizeof(T)*(n)), (T*)0) macro717 # define tnalloc(T,n) ((T*) testalloc(sizeof(T)*(n))) macro