Home
last modified time | relevance | path

Searched refs:g_try_malloc0_n (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.c160 void *g_try_malloc0_n(size_t nmemb, size_t size) in g_try_malloc0_n() function
/openbmc/qemu/migration/
H A Ddirtyrate.c410 info->hash_result = g_try_malloc0_n(sample_pages_count, in save_ramblock_hash()
416 info->sample_page_vfn = g_try_malloc0_n(sample_pages_count, in save_ramblock_hash()
501 dinfo = g_try_malloc0_n(total_count, sizeof(struct RamblockDirtyInfo)); in record_ramblock_hash_info()
/openbmc/qemu/tcg/
H A Dperf.c323 q = g_try_malloc0_n(tb->icount, sizeof(*q)); in perf_report_code()