Home
last modified time | relevance | path

Searched refs:g_realloc_n (Results 1 – 5 of 5) sorted by relevance

/qemu/scripts/coverity-scan/
H A Dmodel.c121 void *g_realloc_n(void *ptr, size_t nmemb, size_t size) in g_realloc_n() function
177 return g_realloc_n(ptr, nmemb, size); in g_try_realloc_n()
/qemu/plugins/
H A Dloader.c135 p->argv = g_realloc_n(p->argv, p->argc, sizeof(char *)); in plugin_add()
/qemu/qga/
H A Dcommands-posix-ssh.c149 authkeys = g_realloc_n(authkeys, nauthkeys + nkeys + 1, sizeof(char *)); in qmp_guest_ssh_add_authorized_keys()
H A Dcommands-windows-ssh.c638 authkeys = g_realloc_n(authkeys, nauthkeys + nkeys + 1, sizeof(char *)); in qmp_guest_ssh_add_authorized_keys()
/qemu/contrib/vhost-user-input/
H A Dmain.c49 vi->queue = g_realloc_n(vi->queue, vi->qsize, sizeof(vi->queue[0])); in vi_input_send()