Home
last modified time | relevance | path

Searched defs:R_Zalloc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/
H A Dradix.h153 #define R_Zalloc(p, t, n) (p = (t) calloc(1,(unsigned int)(n))) macro
157 #define R_Zalloc(p, t, n) (p = (t) malloc((unsigned long)(n), M_RTABLE, M_NOWAIT | M_ZERO)) macro