Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dutil.h43 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
H A Ddata.c54 nd.val = xrealloc(d.val, newsize); in data_grow_for()