HomeSort by relevance Sort by last modified time
    Searched refs:g_malloc (Results 26 - 50 of 56) sorted by null

12 3

  /external/qemu/util/
qemu-thread-win32.c 335 data = g_malloc(sizeof *data);
qemu-sockets-android.c 567 path = g_malloc(len+1);
qemu-sockets.c 634 path = g_malloc(len+1);
  /external/qemu/audio/
winaudio.c 207 s->buffer_bytes = g_malloc( NUM_OUT_BUFFERS * samples_size );
451 s->buffer_bytes = g_malloc( NUM_IN_BUFFERS * samples_size );
audio.c 303 r = g_malloc (len + sizeof (qemu_prefix));
562 optname = g_malloc (optlen);
    [all...]
  /external/qemu/android/
looper-qemu.c 143 QLoopIo* io = g_malloc(sizeof(*io));
  /external/qemu/block/
qcow2.c 207 s->l2_cache = g_malloc(s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t));
208 s->cluster_cache = g_malloc(s->cluster_size);
210 s->cluster_data = g_malloc(QCOW_MAX_CRYPT_CLUSTERS * s->cluster_size
    [all...]
qcow2-cluster.c 677 old_cluster = g_malloc(m->nb_clusters * sizeof(uint64_t));
  /external/pixman/demos/
scale.c 350 app_t *app = g_malloc (sizeof *app);
  /external/qemu/
arch_init.c 240 blocks = g_malloc(n * sizeof *blocks);
disas.c 165 uint8_t *buf = g_malloc(n);
translate-all.c 385 /* We can't use g_malloc because it may recurse into a locked mutex. */
462 pd = g_malloc(sizeof(PhysPageDesc) * L2_SIZE);
595 void *buf = g_malloc(tcg_ctx.code_gen_buffer_size);
630 g_malloc(tcg_ctx.code_gen_max_blocks * sizeof(TranslationBlock));
    [all...]
posix-aio-compat.c 631 s = g_malloc(sizeof(PosixAioState));
qemu-char.c 1069 chr->filename = g_malloc(len);
    [all...]
exec.c 250 wp = g_malloc(sizeof(*wp));
315 bp = g_malloc(sizeof(*bp));
    [all...]
kvm-all.c 960 bp = g_malloc(sizeof(struct kvm_sw_breakpoint));
  /external/qemu/hw/i386/
pc.c 87 RomResetData *rrd = g_malloc(sizeof *rrd);
89 rrd->data = g_malloc(size);
    [all...]
  /external/qemu/target-i386/
hax-all.c 193 vcpu = g_malloc(sizeof(struct hax_vcpu_state));
290 vm = g_malloc(sizeof(struct hax_vm));
  /external/qemu/tcg/
tcg.c 215 p = g_malloc(sizeof(TCGPool) + size);
230 p = g_malloc(sizeof(TCGPool) + pool_size);
308 args_ct = g_malloc(sizeof(TCGArgConstraint) * total_args);
309 sorted_args = g_malloc(sizeof(int) * total_args);
    [all...]
  /external/qemu/ui/
console.c 561 cells = g_malloc(s->width * s->total_height * sizeof(TextCell));
    [all...]
vnc-android.c 81 addr = g_malloc(addrlen + 1);
535 last_fg = (uint8_t *) g_malloc(vs->server.ds->pf.bytes_per_pixel);
536 last_bg = (uint8_t *) g_malloc(vs->server.ds->pf.bytes_per_pixel);
    [all...]
vnc.c 70 addr = g_malloc(addrlen + 1);
527 last_fg = (uint8_t *) g_malloc(vs->server.ds->pf.bytes_per_pixel);
528 last_bg = (uint8_t *) g_malloc(vs->server.ds->pf.bytes_per_pixel);
    [all...]
  /external/qemu/net/
net-android.c 479 packet = g_malloc(sizeof(VLANPacket) + size);
596 packet = g_malloc(sizeof(VLANPacket) + max_len);
981 config = g_malloc(sizeof(*config));
    [all...]
net.c 471 packet = g_malloc(sizeof(VLANPacket) + size);
588 packet = g_malloc(sizeof(VLANPacket) + max_len);
878 config = g_malloc(sizeof(*config));
    [all...]
  /external/qemu/qom/
object.c 427 obj = g_malloc(type->instance_size);
    [all...]

Completed in 500 milliseconds

12 3