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

/freebsd-9.3-release/contrib/binutils/include/
H A Dlibiberty.h330 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) macro
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dlibiberty.h319 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) macro

Completed in 116 milliseconds