Home
last modified time | relevance | path

Searched refs:qemu_realloc (Results 1 – 19 of 19) sorted by relevance

/external/qemu/block/
Ddmg.c130 s->types = qemu_realloc(s->types, new_size/2); in dmg_open()
131 s->offsets = qemu_realloc(s->offsets, new_size); in dmg_open()
132 s->lengths = qemu_realloc(s->lengths, new_size); in dmg_open()
133 s->sectors = qemu_realloc(s->sectors, new_size); in dmg_open()
134 s->sectorcounts = qemu_realloc(s->sectorcounts, new_size); in dmg_open()
Dvvfat.c104 array->pointer = qemu_realloc(array->pointer, new_size); in array_ensure_allocated()
130 array->pointer=qemu_realloc(array->pointer,array->size+increment); in array_insert()
/external/qemu/hw/
Dsmbios.c98 smbios_entries = qemu_realloc(smbios_entries, smbios_entries_len + in smbios_add_field()
186 smbios_entries = qemu_realloc(smbios_entries, smbios_entries_len + in smbios_entry_add()
Dgoldfish_audio.c140 b->data = qemu_realloc(b->data, size); in goldfish_audio_buff_ensure()
/external/qemu/
Dqemu-malloc.c53 void *qemu_realloc(void *ptr, size_t size) in qemu_realloc() function
Dqstring.c73 qstring->string = qemu_realloc(qstring->string, qstring->capacity + 1); in capacity_increase()
Dacl.c68 acls = qemu_realloc(acls, sizeof(*acls) * (nacls +1)); in qemu_acl_init()
Ddma-helpers.c26 qsg->sg = qemu_realloc(qsg->sg, qsg->nalloc * sizeof(ScatterGatherEntry)); in qemu_sglist_add()
Dbuffered_file.c59 tmp = qemu_realloc(s->buffer, s->buffer_capacity); in buffered_append()
Dcutils.c163 qiov->iov = qemu_realloc(qiov->iov, qiov->nalloc * sizeof(struct iovec)); in qemu_iovec_add()
Delf_ops.h150 syms = qemu_realloc(syms, nsyms * sizeof(*syms)); in glue()
Dqemu-common.h210 void *qemu_realloc(void *ptr, size_t size);
Dqemu-option.c380 dest = qemu_realloc(dest, (num_options + 1) * sizeof(QEMUOptionParameter)); in append_option_parameters()
Dkvm-all.c318 d.dirty_bitmap = qemu_realloc(d.dirty_bitmap, size); in kvm_physical_sync_dirty_bitmap()
Dconsole.c1347 data = qemu_realloc(surface->data, in qemu_alloc_display()
Dvnc-android.c320 buffer->buffer = qemu_realloc(buffer->buffer, buffer->capacity); in buffer_reserve()
Dvnc.c314 buffer->buffer = qemu_realloc(buffer->buffer, buffer->capacity); in buffer_reserve()
Dqemu-char.c2344 d->outbuf = qemu_realloc(d->outbuf, d->outbuf_capacity); in mem_chr_write()
Dexec.c2602 ram_list.phys_dirty = qemu_realloc(ram_list.phys_dirty, in qemu_ram_alloc_from_ptr()