Searched refs:qemu_realloc (Results 1 – 15 of 15) sorted by relevance
/external/qemu/block/ |
D | dmg.c | 129 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()
|
D | vvfat.c | 104 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/ |
D | qemu-malloc.c | 62 void *qemu_realloc(void *ptr, size_t size) in qemu_realloc() function
|
D | qstring.c | 72 qstring->string = qemu_realloc(qstring->string, qstring->capacity + 1); in capacity_increase()
|
D | acl.c | 69 acls = qemu_realloc(acls, sizeof(*acls) * (nacls +1)); in qemu_acl_init()
|
D | qemu-common.h | 135 void *qemu_realloc(void *ptr, size_t size);
|
D | cutils.c | 162 qiov->iov = qemu_realloc(qiov->iov, qiov->nalloc * sizeof(struct iovec)); in qemu_iovec_add()
|
D | buffered_file.c | 60 tmp = qemu_realloc(s->buffer, s->buffer_capacity); in buffered_append()
|
D | dma-helpers.c | 26 qsg->sg = qemu_realloc(qsg->sg, qsg->nalloc * sizeof(ScatterGatherEntry)); in qemu_sglist_add()
|
D | elf_ops.h | 150 syms = qemu_realloc(syms, nsyms * sizeof(*syms)); in glue()
|
D | console.c | 1580 surface->data = (uint8_t*) qemu_realloc(surface->data, surface->linesize * surface->height); in defaultallocator_resize_displaysurface()
|
D | vnc-android.c | 320 buffer->buffer = qemu_realloc(buffer->buffer, buffer->capacity); in buffer_reserve()
|
D | vnc.c | 314 buffer->buffer = qemu_realloc(buffer->buffer, buffer->capacity); in buffer_reserve()
|
D | exec.c | 2484 phys_ram_dirty = qemu_realloc(phys_ram_dirty, in qemu_ram_alloc()
|
/external/qemu/hw/ |
D | goldfish_audio.c | 140 b->data = qemu_realloc(b->data, size); in goldfish_audio_buff_ensure()
|