Home
last modified time | relevance | path

Searched refs:big_realloc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c113 big_realloc(void *from, size_t oldsize, size_t newsize) in big_realloc() function
150 #define big_realloc(x, y, z) realloc((x), (z)) macro
428 newptr = (BIG_CHUNK_TYPE *)big_realloc(dest->value, in big_copy()
468 number->value = big_realloc(number->value, in big_extend()