Searched refs:GCREALLOC_ARRAY (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | flexarray.c | 54 GCREALLOC_ARRAY(array->data, newsize); in flexarray_grow()
|
A D | libxl_vnuma.c | 223 GCREALLOC_ARRAY(v, b_info->num_vnuma_nodes); in libxl__vnuma_build_vmemrange_pv_generic() 301 GCREALLOC_ARRAY(vmemranges, nr_vmemrange+1); in libxl__vnuma_build_vmemrange_hvm()
|
A D | libxl_usb.c | 840 GCREALLOC_ARRAY(*list, *num + nd); in get_assigned_devices() 929 GCREALLOC_ARRAY(*usbdevs, *num + 1); in libxl__device_usbdev_list_for_usbctrl() 1400 GCREALLOC_ARRAY(*intfs, *num + 1); in usbdev_get_all_interfaces()
|
A D | libxl_x86.c | 449 GCREALLOC_ARRAY(vmemranges, array_size); in libxl__arch_vnuma_build_vmemrange()
|
A D | CODING_STYLE | 60 libxl__*alloc et al. GCNEW, GCNEW_ARRAY, GCREALLOC_ARRAY
|
A D | libxl_device.c | 655 GCREALLOC_ARRAY(multidev->array, multidev->allocd); in libxl__multidev_prepare_with_aodev()
|
A D | libxl_internal.h | 3909 #define GCREALLOC_ARRAY(var, nmemb) \ macro
|
Completed in 24 milliseconds