Home
last modified time | relevance | path

Searched defs: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