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

12 3 4

  /external/qemu/
buffered_file.c 270 s = g_malloc0(sizeof(*s));
blockdev.c 399 dinfo = g_malloc0(sizeof(*dinfo));
404 dinfo->id = g_malloc0(32);
os-posix.c 138 res = g_malloc0(max_len);
  /external/qemu/hw/android/
android_mips.c 193 smc_device = g_malloc0(sizeof(*smc_device));
  /external/qemu/hw/android/goldfish/
battery.c 156 s = (struct goldfish_battery_state *)g_malloc0(sizeof(*s));
tty.c 215 s = g_malloc0(sizeof(*s));
events_device.c 314 bits = g_malloc0(ih + 1);
359 s = (events_state *) g_malloc0(sizeof(events_state));
trace.c 280 s = (trace_dev_state *)g_malloc0(sizeof(trace_dev_state));
  /external/qemu/hw/core/
sysbus.c 122 info = g_malloc0(sizeof(*info));
  /external/qemu/hw/intc/
ioapic.c 250 s = g_malloc0(sizeof(IOAPICState));
  /external/qemu/hw/nvram/
fw_cfg.c 260 s = g_malloc0(sizeof(FWCfgState));
  /external/qemu/include/qemu/
bitmap.h 94 return g_malloc0(len);
  /external/qemu/proxy/
proxy_http.c 87 service = g_malloc0(sizeof(*service));
proxy_http_connector.c 186 conn = g_malloc0(sizeof(*conn));
  /external/qemu/ui/
console.c     [all...]
curses.c 361 dcl = (DisplayChangeListener *) g_malloc0(sizeof(DisplayChangeListener));
  /external/qemu/target-mips/
translate_init.c 498 env->tlb = g_malloc0(sizeof(CPUMIPSTLBContext));
531 env->mvp = g_malloc0(sizeof(CPUMIPSMVPContext));
  /external/qemu/android/
looper-qemu.c 409 QLooper* looper = g_malloc0(sizeof(*looper));
  /external/qemu/block/
qcow2-refcount.c 338 uint16_t *new_blocks = g_malloc0(blocks_clusters * s->cluster_size);
339 uint64_t *new_table = g_malloc0(table_size * sizeof(uint64_t));
761 l1_table = g_malloc0(align_offset(l1_size2, 512));
    [all...]
qcow2.c 197 s->l1_table = g_malloc0(
609 acb->cluster_data = g_malloc0(QCOW_MAX_CRYPT_CLUSTERS *
937 s->refcount_table = g_malloc0(reftable_clusters * s->cluster_size);
950 s->refcount_block = g_malloc0(ref_clusters * s->cluster_size);
    [all...]
  /external/qemu/hw/mips/
mips_r4k.c 189 reset_info = g_malloc0(sizeof(ResetData));
  /external/valgrind/main/
glibc-2.X-drd.supp 208 fun:g_malloc0
  /external/qemu/hw/pci/
pci.c 115 bus = g_malloc0(sizeof(PCIBus));
280 pci_dev = g_malloc0(instance_size);
933 info = g_malloc0(sizeof(*info));
  /external/qemu/net/
net-android.c 350 vc = g_malloc0(sizeof(VLANClientState));
1235 s = g_malloc0(sizeof(TAPState));
    [all...]
net.c 342 vc = g_malloc0(sizeof(VLANClientState));
1132 s = g_malloc0(sizeof(TAPState));
    [all...]

Completed in 299 milliseconds

12 3 4