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