Searched refs:XREALLOC (Results 1 – 3 of 3) sorted by relevance
66 # define XREALLOC(Ptr, Type, N_items) \ macro
84 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) macro
89 #define XREALLOC os_realloc macro1280 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()