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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decc_impl.h96 #define PORT_Alloc(n, f) kmem_alloc((n), (f)) macro
102 #define PORT_Alloc(n, f) malloc((n)) macro

Completed in 30 milliseconds