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

/osnet-11/usr/src/common/crypto/ecc/
H A Decc_impl.h77 #define PORT_Alloc(n, f) kmem_alloc((n), (f)) macro
85 #define PORT_Alloc(n, f) malloc((n)) macro

Completed in 32 milliseconds