HomeSort by relevance Sort by last modified time
    Searched full:g_malloc0 (Results 51 - 75 of 84) sorted by null

1 23 4

  /external/qemu/
block.c 161 bs = g_malloc0(sizeof(BlockDriverState));
433 bs->opaque = g_malloc0(drv->instance_size);
    [all...]
gdbstub.c     [all...]
qemu-timer.c 106 timer_list = g_malloc0(sizeof(QEMUTimerList));
tap-win32.c 672 s = g_malloc0(sizeof(TAPState));
translate-all.c 393 do { P = g_malloc0(SIZE); } while (0)
450 p = g_malloc0(sizeof(void *) * L2_SIZE);
957 p->code_bitmap = g_malloc0(TARGET_PAGE_SIZE / 8);
    [all...]
kvm-all.c 438 s = g_malloc0(sizeof(KVMState));
  /external/qemu/ui/
vnc-android.c 358 vs->guest.ds = g_malloc0(sizeof(*vs->guest.ds));
379 vs->server.ds = g_malloc0(sizeof(*vs->server.ds));
383 vs->server.ds->data = g_malloc0(vs->server.ds->linesize *
    [all...]
vnc.c 350 vs->guest.ds = g_malloc0(sizeof(*vs->guest.ds));
371 vs->server.ds = g_malloc0(sizeof(*vs->server.ds));
375 vs->server.ds->data = g_malloc0(vs->server.ds->linesize *
    [all...]
  /external/qemu/hw/pci-host/
piix.c 178 s = g_malloc0(sizeof(I440FXState));
  /external/qemu/hw/input/
ps2.c 588 PS2KbdState *s = (PS2KbdState *)g_malloc0(sizeof(PS2KbdState));
602 PS2MouseState *s = (PS2MouseState *)g_malloc0(sizeof(PS2MouseState));
  /external/qemu/hw/timer/
mc146818rtc.c 601 s = g_malloc0(sizeof(RTCState));
729 s = g_malloc0(sizeof(RTCState));
  /external/qemu/target-i386/
kvm.c 51 cpuid = (struct kvm_cpuid2 *)g_malloc0(size);
228 kvm_msr_list = g_malloc0(sizeof(msr_list) +
  /external/qemu/util/
qemu-option.c 622 opt = g_malloc0(sizeof(*opt));
704 opts = g_malloc0(sizeof(*opts));
  /external/qemu/distrib/mini-glib/src/
glib-mini.c 53 void* g_malloc0(size_t size) { function
  /external/qemu/hw/android/goldfish/
audio.c 601 s = (struct goldfish_audio_state *)g_malloc0(sizeof(*s));
mmc.c 530 s = (struct goldfish_mmc_state *)g_malloc0(sizeof(*s));
fb.c 653 s = (struct goldfish_fb_state *)g_malloc0(sizeof(*s));
nand.c 679 s = (nand_dev_controller_state *)g_malloc0(sizeof(nand_dev_controller_state));
  /external/qemu/hw/intc/
i8259.c 554 s = g_malloc0(sizeof(PicState2));
apic.c 944 s = g_malloc0(sizeof(APICState));
  /external/qemu/qobject/
json-parser.c 339 ctxt = g_malloc0(sizeof(JSONParserContext));
  /external/qemu/hw/i386/
pc.c 494 numa_fw_cfg = g_malloc0((1 + smp_cpus + nb_numa_nodes) * 8);
    [all...]
  /external/qemu/block/
qcow2-cluster.c 53 new_l1_table = g_malloc0(align_offset(new_l1_size2, 512));
  /external/qemu/hw/net/
ne2000.c 744 s = g_malloc0(sizeof(NE2000State));
  /external/qemu/include/qemu/
timer.h 442 QEMUTimer *ts = g_malloc0(sizeof(QEMUTimer));

Completed in 416 milliseconds

1 23 4