Searched defs:XNEWVEC (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h329 #define XNEWVEC(T, N) ((T *) xmalloc (sizeof (T) * (N))) macro
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h322 #define XNEWVEC(T, N) ((T *) xmalloc (sizeof (T) * (N))) macro

Completed in 124 milliseconds