Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PORT_ZAlloc
usr/src/common/crypto/ecc/ecc_impl.h
75
#define PORT_ZAlloc(n, f) kmem_zalloc((n), (f))
usr/src/common/crypto/ecc/ecc_impl.h
81
#define PORT_ZAlloc(n, f) calloc(1, (n))