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

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

Completed in 66 milliseconds