Searched refs:R_Malloc (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dradix.h138 R_Malloc(m, struct radix_mask *, sizeof (*(m))); }\
188 #define R_Malloc(p, t, n) (p = (t) malloc((unsigned int)(n))) macro
194 #define R_Malloc(p, t, n) (p = (t) _MALLOC((uint32_t)(n), M_RTABLE, M_WAITOK)) macro
H A Dradix.c526 R_Malloc(x, struct radix_node *, max_keylen + 2 * sizeof (*x));
1121 R_Malloc(rnh, struct radix_node_head *, sizeof (*rnh));
1165 R_Malloc(rn_zeros, char *, 3 * max_keylen);
H A Drtsock.c353 R_Malloc(rtm, struct rt_msghdr *, len);
605 R_Malloc(new_rtm, struct rt_msghdr *, len);
H A Droute.c2417 R_Malloc(new, caddr_t, dlen + glen);

Completed in 31 milliseconds