Home
last modified time | relevance | path

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

/qemu/scripts/coverity-scan/
H A Dmodel.c106 void *g_malloc0_n(size_t nmemb, size_t size) in g_malloc0_n() function
167 return g_malloc0_n(nmemb, size); in g_try_malloc0_n()
/qemu/tests/bench/
H A Datomic64-bench.c98 counts = g_malloc0_n(range, sizeof(*counts)); in create_threads()
/qemu/hw/cxl/
H A Dcxl-host.c62 fw->targets = g_malloc0_n(fw->num_targets, sizeof(*fw->targets)); in cxl_fixed_memory_window_config()
/qemu/migration/
H A Dpostcopy-ram.c1174 mis->postcopy_tmp_pages = g_malloc0_n(sizeof(PostcopyTmpPage), channels); in postcopy_temp_pages_setup()
/qemu/audio/
H A Daudio.c1884 cap->buf = g_malloc0_n(hw->mix_buf.size, hw->info.bytes_per_frame); in AUD_add_capture()
/qemu/accel/kvm/
H A Dkvm-all.c4026 kvm_stats_desc = g_malloc0_n(kvm_stats_header->num_desc, size_desc); in find_stats_descriptors()