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

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c102 #define big_malloc(size) kmem_alloc(size, KM_NOSLEEP) macro
128 #define big_malloc(size) malloc(size) macro
141 big_malloc(size_t size) function
232 number->value = big_malloc(BIGNUM_WORDSIZE * size);
268 number->value = big_malloc(BIGNUM_WORDSIZE * size);
433 big_malloc(BIGNUM_WORDSIZE * len);
472 newptr = big_malloc(BIGNUM_WORDSIZE * size);
2089 if ((dn = big_malloc(nlen * sizeof (double))) == NULL) {
2093 if ((dt = big_malloc((4 * nlen + 2) * sizeof (double))) == NULL) {
2097 if ((nint = big_malloc(nle
[all...]

Completed in 60 milliseconds