Home
last modified time | relevance | path

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

/linux-3.4.99/scripts/dtc/
Dutil.h43 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
Ddata.c54 nd.val = xrealloc(d.val, newsize); in data_grow_for()
/linux-3.4.99/tools/perf/util/
Dwrapper.c26 void *xrealloc(void *ptr, size_t size) in xrealloc() function
Dcache.h79 x = xrealloc((x), alloc * sizeof(*(x))); \
Dutil.h178 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));