Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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.h139 void *xrealloc(void *ptr, size_t sz);
A Dxl_sched.c753 periods = xrealloc(periods, p_size); in main_sched_rtds()
761 budgets = xrealloc(budgets, b_size); in main_sched_rtds()
769 extratimes = xrealloc(extratimes, e_size); in main_sched_rtds()
787 vcpus = xrealloc(vcpus, v_size); in main_sched_rtds()
A Dxl_saverestore.c94 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.c780 config_data = xrealloc(config_data, config_len in create_domain()
A Dxl_parse.c37 (array) = xrealloc((array), sizeof(*array) * (count)); \

Completed in 12 milliseconds