Home
last modified time | relevance | path

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

/tools/xl/
A Dxl_utils.c89 void *xrealloc(void *ptr, size_t sz) in xrealloc() function
201 *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.c829 config_data = xrealloc(config_data, config_len in create_domain()
A Dxl_parse.c39 (array) = xrealloc((array), sizeof(*array) * (count)); \

Completed in 24 milliseconds