Searched refs:R_Zalloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/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
H A Dradix.c534 R_Zalloc(x, struct radix_node *, RADIX_MAX_KEY_LEN + 2 * sizeof (*x));
1146 R_Zalloc(rnh, struct radix_node_head *, sizeof (*rnh));
1147 R_Zalloc(rmh, struct radix_mask_head *, sizeof (*rmh));

Completed in 102 milliseconds