Home
last modified time | relevance | path

Searched refs:xrealloc (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dwrapper.c27 void *xrealloc(void *ptr, size_t size) in xrealloc() function
Dcache.h55 x = xrealloc((x), alloc * sizeof(*(x))); \
Dutil.h179 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));
/linux-4.4.14/scripts/dtc/
Dutil.h51 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
Ddata.c54 nd.val = xrealloc(d.val, newsize); in data_grow_for()
Dutil.c221 buf = xrealloc(buf, bufsize); in utilfdt_read_err_len()