Searched refs:xrealloc (Results 1 – 5 of 5) sorted by relevance
43 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
54 nd.val = xrealloc(d.val, newsize); in data_grow_for()
26 void *xrealloc(void *ptr, size_t size) in xrealloc() function
79 x = xrealloc((x), alloc * sizeof(*(x))); \
178 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));