Searched refs:xrealloc (Results 1 – 6 of 6) sorted by relevance
27 void *xrealloc(void *ptr, size_t size) in xrealloc() function
55 x = xrealloc((x), alloc * sizeof(*(x))); \
179 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));
51 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
54 nd.val = xrealloc(d.val, newsize); in data_grow_for()
221 buf = xrealloc(buf, bufsize); in utilfdt_read_err_len()