Home
last modified time | relevance | path

Searched refs:g_malloc_n (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.c91 void *g_malloc_n(size_t nmemb, size_t size) in g_malloc_n() function
157 return g_malloc_n(nmemb, size); in g_try_malloc_n()
/openbmc/qemu/tests/fp/
H A Dfp-test.c899 round_modes = g_malloc_n(n_round_modes, sizeof(*round_modes)); in parse_args()
913 test_ops = g_malloc_n(n_test_ops, sizeof(*test_ops)); in parse_args()
919 test_ops = g_malloc_n(n_test_ops, sizeof(*test_ops)); in parse_args()
/openbmc/qemu/tests/bench/
H A Dqtree-bench.c81 size_t *keys = g_malloc_n(n_elems, sizeof(*keys)); in init_empty_tree_and_keys()
/openbmc/qemu/net/
H A Dvhost-vdpa.c871 table = g_malloc_n(n->rss_data.indirections_len, in vhost_vdpa_net_load_rss()