Searched refs:big_malloc (Results 1 – 1 of 1) sorted by relevance
102 #define big_malloc(size) kmem_alloc(size, KM_NOSLEEP) macro128 #define big_malloc(size) malloc(size) macro141 big_malloc(size_t size) in big_malloc() function232 number->value = big_malloc(BIGNUM_WORDSIZE * size); in big_init()268 number->value = big_malloc(BIGNUM_WORDSIZE * size); in big_init1()433 big_malloc(BIGNUM_WORDSIZE * len); in big_copy()472 newptr = big_malloc(BIGNUM_WORDSIZE * size); in big_extend()2089 if ((dn = big_malloc(nlen * sizeof (double))) == NULL) { in big_modexp_ncp_float()2093 if ((dt = big_malloc((4 * nlen + 2) * sizeof (double))) == NULL) { in big_modexp_ncp_float()2097 if ((nint = big_malloc(nlen * sizeof (uint32_t))) == NULL) { in big_modexp_ncp_float()[all …]