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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dsecitem.c84 result = PORT_ZAlloc(sizeof(SECItem), kmflag);
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 470 milliseconds