big_malloc
if ((dn = big_malloc(nlen * sizeof (double))) == NULL) {
if ((dt = big_malloc((4 * nlen + 2) * sizeof (double))) == NULL) {
if ((nint = big_malloc(nlen * sizeof (uint32_t))) == NULL) {
if ((prod = big_malloc((nlen + 1) * sizeof (uint32_t))) == NULL) {
if ((d16r = big_malloc((2 * nlen + 1) * sizeof (double))) == NULL) {
if ((d32r = big_malloc(nlen * sizeof (double))) == NULL) {
if ((apowers[i] = big_malloc((2 * nlen + 1) *
number->value = big_malloc(BIGNUM_WORDSIZE * size);
number->value = big_malloc(BIGNUM_WORDSIZE * size);
big_malloc(BIGNUM_WORDSIZE * len);
newptr = big_malloc(BIGNUM_WORDSIZE * size);