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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi-priv.h151 void s_mp_free(void *ptr, mp_size); /* general free function */
175 #define s_mp_free(ptr) {if(ptr) free(ptr);} macro
H A Dmpi.c234 s_mp_free(DIGITS(to), ALLOC(to));
296 s_mp_free(DIGITS(mp), ALLOC(mp));
2796 s_mp_free(DIGITS(mp), ALLOC(mp));
2895 /* {{{ s_mp_free(ptr) */
2899 void s_mp_free(void *ptr, mp_size alloc) function
2909 } /* end s_mp_free() */

Completed in 50 milliseconds