Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PORT_Alloc
usr/src/common/crypto/ecc/ecc_impl.h
76
#define PORT_Alloc(n, f) kmem_alloc((n), (f))
usr/src/common/crypto/ecc/ecc_impl.h
82
#define PORT_Alloc(n, f) malloc((n))