Searched refs:g_try_realloc (Results 1 – 7 of 7) sorted by relevance
56 -g_try_realloc(p, sizeof(T) * (n))
247 void *g_try_realloc(void *ptr, size_t size) in g_try_realloc() function
266 *buf = g_try_realloc(*buf, len); in __get_all_irqs()
357 t = g_try_realloc(p->data, p->size + GUEST_EXEC_IO_SIZE); in guest_exec_output_watch()
1502 new_ptr = g_try_realloc(*array, new_byte_size); in realloc_refcount_array()2543 g_try_realloc(on_disk_reftable, in rebuild_refcounts_write_refblocks()3137 new_reftable = g_try_realloc(*reftable, new_reftable_size * in alloc_refblock()
2515 new_l1_table = g_try_realloc(l1_table, l1_size2); in qcow2_expand_zero_clusters()
926 (struct kvm_hw_breakpoint *)g_try_realloc(hw_breakpoints, size); in insert_hw_breakpoint()