Searched defs:PORT_Alloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h76 #define PORT_Alloc(n, f) kmem_alloc((n), (f)) macro
82 #define PORT_Alloc(n, f) malloc((n)) macro

Completed in 64 milliseconds