Searched refs:s_realloc (Results 1 – 2 of 2) sorted by relevance
1700 static mp_digit *s_realloc(mp_digit *old, mp_size osize, mp_size nsize) { in s_realloc() function1725 } else if ((tmp = s_realloc(MP_DIGITS(z), MP_ALLOC(z), nsize)) == NULL) { in s_pad()
336 integer, the digit allocators (`s_alloc`, `s_realloc`) fill all new buffers