Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/coccinelle/
H A Duse-g_new-etc.cocci56 -g_try_realloc(p, sizeof(T) * (n))
/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.c247 void *g_try_realloc(void *ptr, size_t size) in g_try_realloc() function
/openbmc/qemu/hw/intc/
H A Ds390_flic_kvm.c266 *buf = g_try_realloc(*buf, len); in __get_all_irqs()
/openbmc/qemu/qga/
H A Dcommands.c357 t = g_try_realloc(p->data, p->size + GUEST_EXEC_IO_SIZE); in guest_exec_output_watch()
/openbmc/qemu/block/
H A Dqcow2-refcount.c1502 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()
H A Dqcow2-cluster.c2515 new_l1_table = g_try_realloc(l1_table, l1_size2); in qcow2_expand_zero_clusters()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c926 (struct kvm_hw_breakpoint *)g_try_realloc(hw_breakpoints, size); in insert_hw_breakpoint()