Searched refs:xrealloc (Results 1 – 7 of 7) sorted by relevance
| /tools/xl/ |
| A D | xl_utils.c | 89 void *xrealloc(void *ptr, size_t sz) in xrealloc() function 201 *accumulate = xrealloc(*accumulate, oldlen + morelen); in string_realloc_append()
|
| A D | xl_utils.h | 137 void *xrealloc(void *ptr, size_t sz);
|
| A D | xl_sched.c | 762 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 D | xl_saverestore.c | 98 optdata_begin = xrealloc(optdata_begin, hdr.optional_data_len); \ in save_domain_core_writeconfig()
|
| A D | xl_cpupool.c | 98 config_data = xrealloc(config_data, in main_cpupoolcreate()
|
| A D | xl_vmcontrol.c | 829 config_data = xrealloc(config_data, config_len in create_domain()
|
| A D | xl_parse.c | 39 (array) = xrealloc((array), sizeof(*array) * (count)); \
|
Completed in 24 milliseconds