Searched refs:g_realloc (Results 1 - 20 of 20) sorted by relevance

/external/qemu/distrib/mini-glib/include/
H A Dglib.h80 void* g_realloc(void* ptr, size_t size);
87 ((type*) g_realloc((mem), sizeof(type) * (count)))
/external/qemu/qobject/
H A Dqstring.c81 qstring->string = g_realloc(qstring->string, qstring->capacity + 1);
/external/qemu/hw/i386/
H A Dsmbios.c98 smbios_entries = g_realloc(smbios_entries, smbios_entries_len +
186 smbios_entries = g_realloc(smbios_entries, smbios_entries_len +
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.c58 g_realloc_func g_realloc; member in struct:GLOBAL_FUNC_POINTERS
66 # define VPX_REALLOC_L g_func->g_realloc
651 g_func->g_realloc = g_realloc_l;
H A Dvpx_mem_tracker.c62 static mem_track_realloc_func g_realloc = realloc; variable
715 g_realloc = g_realloc_l;
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.c57 g_realloc_func g_realloc; member in struct:GLOBAL_FUNC_POINTERS
65 # define VPX_REALLOC_L g_func->g_realloc
627 g_func->g_realloc = g_realloc_l;
H A Dvpx_mem_tracker.c62 static mem_track_realloc_func g_realloc = realloc; variable
715 g_realloc = g_realloc_l;
/external/qemu/
H A Dbuffered_file.c59 tmp = g_realloc(s->buffer, s->buffer_capacity);
H A Ddma-helpers.c26 qsg->sg = g_realloc(qsg->sg, qsg->nalloc * sizeof(ScatterGatherEntry));
H A Dkvm-all.c332 d.dirty_bitmap = g_realloc(d.dirty_bitmap, size);
H A Dexec.c1168 ram_list.phys_dirty = g_realloc(ram_list.phys_dirty,
H A Dqemu-char.c2344 d->outbuf = g_realloc(d->outbuf, d->outbuf_capacity);
/external/qemu/distrib/mini-glib/src/
H A Dglib-mini.c63 void* g_realloc(void* ptr, size_t size) { function
145 buffer = g_realloc(buffer, capacity);
/external/qemu/include/hw/
H A Delf_ops.h150 syms = g_realloc(syms, nsyms * sizeof(*syms));
/external/qemu/util/
H A Diov.c287 qiov->iov = g_realloc(qiov->iov, qiov->nalloc * sizeof(struct iovec));
H A Dqemu-option.c380 dest = g_realloc(dest, (num_options + 1) * sizeof(QEMUOptionParameter));
/external/qemu/hw/android/goldfish/
H A Daudio.c147 b->data = g_realloc(b->data, size);
/external/qemu/ui/
H A Dconsole.c1347 data = g_realloc(surface->data,
H A Dvnc-android.c322 buffer->buffer = g_realloc(buffer->buffer, buffer->capacity);
H A Dvnc.c314 buffer->buffer = g_realloc(buffer->buffer, buffer->capacity);

Completed in 2074 milliseconds