Searched defs:XREALLOC (Results 1 – 4 of 4) sorted by relevance
83 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) macro
63 # define XREALLOC(Ptr, Type, N_items) \ macro
68 # define XREALLOC(Ptr, Type, N_items) \ macro
115 #define XREALLOC realloc macro