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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11wrapper.h451 void *p11malloc(size_t c, char *file, int line);
454 #define malloc(c) (p11malloc((c), __FILE__, __LINE__))
H A Dp11_util.c1109 void *p11malloc(size_t c, char *file, int line) { function

Completed in 34 milliseconds