Home
last modified time | relevance | path

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

/external/qemu/block/
Ddmg.c129 s->types = qemu_realloc(s->types, new_size/2); in dmg_open()
130 s->offsets = qemu_realloc(s->offsets, new_size); in dmg_open()
131 s->lengths = qemu_realloc(s->lengths, new_size); in dmg_open()
132 s->sectors = qemu_realloc(s->sectors, new_size); in dmg_open()
133 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/
Dqemu-malloc.c62 void *qemu_realloc(void *ptr, size_t size) in qemu_realloc() function
Dqstring.c72 qstring->string = qemu_realloc(qstring->string, qstring->capacity + 1); in capacity_increase()
Dacl.c69 acls = qemu_realloc(acls, sizeof(*acls) * (nacls +1)); in qemu_acl_init()
Dqemu-common.h135 void *qemu_realloc(void *ptr, size_t size);
Dcutils.c162 qiov->iov = qemu_realloc(qiov->iov, qiov->nalloc * sizeof(struct iovec)); in qemu_iovec_add()
Dbuffered_file.c60 tmp = qemu_realloc(s->buffer, s->buffer_capacity); in buffered_append()
Ddma-helpers.c26 qsg->sg = qemu_realloc(qsg->sg, qsg->nalloc * sizeof(ScatterGatherEntry)); in qemu_sglist_add()
Delf_ops.h150 syms = qemu_realloc(syms, nsyms * sizeof(*syms)); in glue()
Dconsole.c1580 surface->data = (uint8_t*) qemu_realloc(surface->data, surface->linesize * surface->height); in defaultallocator_resize_displaysurface()
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()
Dexec.c2484 phys_ram_dirty = qemu_realloc(phys_ram_dirty, in qemu_ram_alloc()
/external/qemu/hw/
Dgoldfish_audio.c140 b->data = qemu_realloc(b->data, size); in goldfish_audio_buff_ensure()