FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
rs_malloc
sbin/pfctl/pf_ruleset.c
61
#define rs_malloc(x) calloc(1, x)
sys/netpfil/pf/pf_ruleset.c
62
#define rs_malloc(x) malloc(x, M_PF, M_NOWAIT|M_ZERO)