Searched refs:libxl__realloc (Results 1 – 14 of 14) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_vsnd.c | 52 params->sample_rates = libxl__realloc(NOGC, params->sample_rates, in libxl__sample_rates_from_string() 74 params->sample_formats = libxl__realloc(NOGC, params->sample_formats, in libxl__sample_formats_from_string() 207 pcm->streams = libxl__realloc(NOGC, pcm->streams, in libxl__pcm_from_xenstore() 269 vsnd->pcms = libxl__realloc(NOGC, vsnd->pcms, sizeof(*vsnd->pcms) * in libxl__vsnd_from_xenstore()
|
| A D | libxl_colo_proxy.c | 179 tmp = libxl__realloc(NOGC, tmp, size); in colo_proxy_recv()
|
| A D | libxl_cpupool.c | 95 ptr = libxl__realloc(NOGC, ptr, (i+1) * sizeof(libxl_cpupoolinfo)); in libxl_list_cpupool()
|
| A D | libxl_dom_save.c | 179 char *new = libxl__realloc(gc, *buf, *len + extralen); in append_string()
|
| A D | libxl_event.c | 793 libxl__realloc(NOGC, in libxl__ev_xswatch_register() 1268 libxl__realloc(NOGC, poller->fd_rindices, in beforepoll_internal() 1884 libxl__realloc(NOGC, poller->fd_polls, sizeof(*newarray) * nfds); in eventloop_iteration()
|
| A D | libxl_internal.c | 120 void *libxl__realloc(libxl__gc *gc, void *ptr, size_t new_size) in libxl__realloc() function
|
| A D | libxl_qmp.c | 438 incomplete = libxl__realloc(gc, incomplete, in qmp_next() 1566 ev->rx_buf = libxl__realloc(gc, ev->rx_buf, ev->rx_buf_size); in qmp_ev_callback_readable()
|
| A D | libxl_utils.c | 450 data = libxl__realloc(gc, data, datalen); in libxl__read_sysfs_file_contents()
|
| A D | libxl_domain.c | 326 ptr = libxl__realloc(NOGC, ptr, (size + ret) * sizeof(libxl_dominfo)); in libxl_list_domain() 2604 *devs = libxl__realloc(NOGC, *devs, in retrieve_domain_configuration_end()
|
| A D | libxl_internal.h | 894 _hidden void *libxl__realloc(libxl__gc *gc_opt, void *ptr, size_t new_size) NN1; 4312 (var) = libxl__realloc((gc), (var), (nmemb)*sizeof(*(var))))
|
| A D | libxl_dm.c | 102 buf = libxl__realloc(gc, buf, buf_size); \ 433 d_config->rdms = libxl__realloc(NOGC, d_config->rdms, in add_rdm_entry()
|
| A D | libxl_arm.c | 1341 fdt = libxl__realloc(gc, fdt, fdt_size); in libxl__prepare_dtb()
|
| A D | libxl_usb.c | 1071 usbdevs = libxl__realloc(NOGC, usbdevs, in libxl_device_usbdev_list()
|
| A D | libxl_device.c | 1905 *devs = libxl__realloc(NOGC, *devs, in device_add_domain_config()
|
Completed in 57 milliseconds