Home
last modified time | relevance | path

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

/qemu/scripts/coverity-scan/
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/
A Dloader.c141 p->argv = g_realloc_n(p->argv, p->argc, sizeof(char *)); in plugin_add()
/qemu/qga/
A Dcommands-posix-ssh.c149 authkeys = g_realloc_n(authkeys, nauthkeys + nkeys + 1, sizeof(char *)); in qmp_guest_ssh_add_authorized_keys()
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/
A Dmain.c49 vi->queue = g_realloc_n(vi->queue, vi->qsize, sizeof(vi->queue[0])); in vi_input_send()
/qemu/gdbstub/
A Dgdbstub.c1641 extra_query_flags = g_realloc_n(extra_query_flags, len + 2, in gdb_extend_qsupported_features()

Completed in 14 milliseconds