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

/osnet-11/usr/src/common/mpi/
H A Dmpi-priv.h160 void s_mp_free(void *ptr, mp_size); /* general free function */
184 #define s_mp_free(ptr) {if(ptr) free(ptr);} macro
H A Dmpi.c247 s_mp_free(DIGITS(to), ALLOC(to));
310 s_mp_free(DIGITS(mp), ALLOC(mp));
961 s_mp_free(adigits, asize * sizeof (uint64_t));
972 s_mp_free(adigits, asize * sizeof (uint64_t));
973 s_mp_free(bdigits, bsize * sizeof (uint64_t));
978 s_mp_free(adigits, asize * sizeof (uint64_t));
979 s_mp_free(bdigits, bsize * sizeof (uint64_t));
980 s_mp_free(cdigits, (useda + 1) * sizeof (uint64_t));
994 s_mp_free(adigits, useda * sizeof (uint64_t));
999 s_mp_free(adigit
3077 void s_mp_free(void *ptr, mp_size alloc) function
[all...]

Completed in 52 milliseconds