Searched refs:XREALLOC (Results 1 – 2 of 2) sorted by relevance
84 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) macro
81 #define XREALLOC os_realloc macro1272 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()