Home
last modified time | relevance | path

Searched refs:g_try_realloc (Results 1 – 4 of 4) 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.c359 t = g_try_realloc(p->data, p->size + GUEST_EXEC_IO_SIZE); in guest_exec_output_watch()