Home
last modified time | relevance | path

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

/xen/xen/tools/kconfig/
A Dutil.c58 gs->s = xrealloc(gs->s, l); in str_append()
100 void *xrealloc(void *p, size_t size) in xrealloc() function
A Dpreprocess.c314 v->value = xrealloc(v->value, in variable_add()
514 out = xrealloc(out, out_len); in __expand_string()
530 out = xrealloc(out, out_len); in __expand_string()
A Dlexer.l62 text = xrealloc(text, new_size); in append_string()
A Dlkc.h87 void *xrealloc(void *p, size_t size);
A Dnconf.gui.c377 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
A Dconfdata.c303 nline = xrealloc(*lineptr, new_size); in add_byte()
/xen/tools/xl/
A Dxl_utils.c85 void *xrealloc(void *ptr, size_t sz) in xrealloc() function
197 *accumulate = xrealloc(*accumulate, oldlen + morelen); in string_realloc_append()
A Dxl_utils.h137 void *xrealloc(void *ptr, size_t sz);
A Dxl_sched.c762 periods = xrealloc(periods, p_size); in main_sched_rtds()
770 budgets = xrealloc(budgets, b_size); in main_sched_rtds()
778 extratimes = xrealloc(extratimes, e_size); in main_sched_rtds()
796 vcpus = xrealloc(vcpus, v_size); in main_sched_rtds()
A Dxl_saverestore.c98 optdata_begin = xrealloc(optdata_begin, hdr.optional_data_len); \ in save_domain_core_writeconfig()
A Dxl_cpupool.c98 config_data = xrealloc(config_data, in main_cpupoolcreate()
A Dxl_vmcontrol.c786 config_data = xrealloc(config_data, config_len in create_domain()
A Dxl_parse.c39 (array) = xrealloc((array), sizeof(*array) * (count)); \

Completed in 20 milliseconds