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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_ruleset.c93 #define rs_malloc(x) _MALLOC(x, M_TEMP, M_WAITOK) macro
119 #define rs_malloc(x) malloc(x) macro
201 key = (struct pf_anchor *)rs_malloc(sizeof (*key));
262 p = (char *)rs_malloc(MAXPATHLEN);
290 anchor = (struct pf_anchor *)rs_malloc(sizeof (*anchor));
380 path = (char *)rs_malloc(MAXPATHLEN);
438 a = (char *)rs_malloc(MAXPATHLEN);

Completed in 19 milliseconds