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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decc_impl.h95 #define PORT_ZAlloc(n, f) kmem_zalloc((n), (f)) macro
101 #define PORT_ZAlloc(n, f) calloc(1, (n)) macro

Completed in 39 milliseconds