Searched refs:g_realloc (Results 1 – 20 of 20) sorted by relevance
/external/qemu/distrib/mini-glib/include/ |
D | glib.h | 80 void* g_realloc(void* ptr, size_t size); 87 ((type*) g_realloc((mem), sizeof(type) * (count)))
|
/external/qemu/hw/i386/ |
D | smbios.c | 98 smbios_entries = g_realloc(smbios_entries, smbios_entries_len + in smbios_add_field() 186 smbios_entries = g_realloc(smbios_entries, smbios_entries_len + in smbios_entry_add()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/ |
D | vpx_mem.c | 57 g_realloc_func g_realloc; member 65 # define VPX_REALLOC_L g_func->g_realloc 627 g_func->g_realloc = g_realloc_l; in vpx_mem_set_functions()
|
D | vpx_mem_tracker.c | 62 static mem_track_realloc_func g_realloc = realloc; variable 715 g_realloc = g_realloc_l; in vpx_memory_tracker_set_functions()
|
/external/libvpx/libvpx/vpx_mem/ |
D | vpx_mem.c | 57 g_realloc_func g_realloc; member 65 # define VPX_REALLOC_L g_func->g_realloc 627 g_func->g_realloc = g_realloc_l; in vpx_mem_set_functions()
|
D | vpx_mem_tracker.c | 62 static mem_track_realloc_func g_realloc = realloc; variable 715 g_realloc = g_realloc_l; in vpx_memory_tracker_set_functions()
|
/external/qemu/qobject/ |
D | qstring.c | 81 qstring->string = g_realloc(qstring->string, qstring->capacity + 1); in capacity_increase()
|
/external/qemu/ |
D | buffered_file.c | 59 tmp = g_realloc(s->buffer, s->buffer_capacity); in buffered_append()
|
D | dma-helpers.c | 26 qsg->sg = g_realloc(qsg->sg, qsg->nalloc * sizeof(ScatterGatherEntry)); in qemu_sglist_add()
|
D | kvm-all.c | 332 d.dirty_bitmap = g_realloc(d.dirty_bitmap, size); in kvm_physical_sync_dirty_bitmap()
|
D | exec.c | 1168 ram_list.phys_dirty = g_realloc(ram_list.phys_dirty, in qemu_ram_alloc_from_ptr()
|
D | qemu-char.c | 2344 d->outbuf = g_realloc(d->outbuf, d->outbuf_capacity); in mem_chr_write()
|
/external/qemu/distrib/mini-glib/src/ |
D | glib-mini.c | 63 void* g_realloc(void* ptr, size_t size) { in g_realloc() function 145 buffer = g_realloc(buffer, capacity); in g_vasprintf()
|
/external/qemu/include/hw/ |
D | elf_ops.h | 150 syms = g_realloc(syms, nsyms * sizeof(*syms)); in glue()
|
/external/qemu/util/ |
D | iov.c | 287 qiov->iov = g_realloc(qiov->iov, qiov->nalloc * sizeof(struct iovec)); in qemu_iovec_add()
|
D | qemu-option.c | 380 dest = g_realloc(dest, (num_options + 1) * sizeof(QEMUOptionParameter)); in append_option_parameters()
|
/external/qemu/hw/android/goldfish/ |
D | audio.c | 147 b->data = g_realloc(b->data, size); in goldfish_audio_buff_ensure()
|
/external/qemu/ui/ |
D | console.c | 1347 data = g_realloc(surface->data, in qemu_alloc_display()
|
D | vnc.c | 314 buffer->buffer = g_realloc(buffer->buffer, buffer->capacity); in buffer_reserve()
|
D | vnc-android.c | 322 buffer->buffer = g_realloc(buffer->buffer, buffer->capacity); in buffer_reserve()
|