Searched defs:tnalloc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsbase.h713 # define tnalloc(T,n) (lintalloc = testalloc(sizeof(T)*(n)), (T*)0) macro
718 # define tnalloc(T,n) ((T*) testalloc(sizeof(T)*(n))) macro

Completed in 194 milliseconds