Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dpreprocess.c318 v->value = xrealloc(v->value, in variable_add()
521 out = xrealloc(out, out_len); in __expand_string()
537 out = xrealloc(out, out_len); in __expand_string()
H A Dutil.c74 gs->s = xrealloc(gs->s, l); in str_append()
H A Dlexer.l71 text = xrealloc(text, new_size); in append_string()
/linux/scripts/include/
H A Dxalloc.h27 static inline void *xrealloc(void *p, size_t size) in xrealloc() function
/linux/scripts/
H A Dkallsyms.c270 table = xrealloc(table, sizeof(*table) * table_size); in read_map()
/linux/scripts/mod/
H A Dmodpost.c1695 buf->p = xrealloc(buf->p, buf->size); in buf_write()