HomeSort by relevance Sort by last modified time
    Searched refs:g_realloc (Results 1 - 21 of 21) sorted by null

  /external/bluetooth/glib/glib/gnulib/
g-gnulib.h 37 #define realloc g_realloc
  /external/bluetooth/glib/gio/tests/
memory-output-stream.c 37 mo = g_memory_output_stream_new (NULL, 0, g_realloc, g_free);
65 mo = g_memory_output_stream_new (NULL, 0, g_realloc, g_free);
filter-streams.c 53 base = g_memory_output_stream_new (NULL, 0, g_realloc, g_free);
176 base = g_memory_output_stream_new (NULL, 0, g_realloc, g_free);
  /external/bluetooth/glib/glib/
gbsearcharray.h 136 barray = (GBSearchArray *) g_realloc (NULL, size);
213 barray = (GBSearchArray *) g_realloc (barray, new_size);
216 barray = (GBSearchArray *) g_realloc (barray, sizeof (GBSearchArray) + new_size);
285 barray = (GBSearchArray *) g_realloc (barray, new_size);
288 barray = (GBSearchArray *) g_realloc (barray, sizeof (GBSearchArray) + new_size);
gmem.h 53 gpointer g_realloc (gpointer mem,
69 ((struct_type *) g_realloc ((mem), ((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
garray.c 339 array->data = g_realloc (array->data, want_alloc);
414 array->pdata = g_realloc (array->pdata, sizeof (gpointer) * array->alloc);
gmem.c 47 * REALLOC_0_WORKS is defined if g_realloc (NULL, x) works.
163 g_realloc (gpointer mem, function
gconvert.c 647 dest = g_realloc (dest, outbuf_size);
930 dest = g_realloc (dest, outbuf_size);
    [all...]
gfileutils.c     [all...]
gstring.c 359 string->str = g_realloc (string->str, string->allocated_len);
    [all...]
galiasdef.c 1718 #undef g_realloc macro
    [all...]
galias.h 1712 #define g_realloc macro
    [all...]
  /external/libvpx/vpx_mem/
vpx_mem.c 58 g_realloc_func g_realloc; member in struct:GLOBAL_FUNC_POINTERS
66 # define VPX_REALLOC_L g_func->g_realloc
690 g_func->g_realloc = g_realloc_l;
vpx_mem_tracker.c 65 static mem_track_realloc_func g_realloc = realloc; variable
798 g_realloc = g_realloc_l;
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 120 g_realloc_func g_realloc; member in struct:GLOBAL_FUNC_POINTERS
129 # define VPX_REALLOC_L g_func->g_realloc
868 g_func->g_realloc = g_realloc_l;
870 g_func->g_realloc = 0;
vpx_mem_tracker.c 66 static mem_track_realloc_func g_realloc = realloc; variable
787 g_realloc = g_realloc_l;
  /external/bluetooth/glib/gthread/
gthread-impl.c 87 retval = g_realloc (retval, G_MUTEX_SIZE + sizeof (GMutexDebugInfo));
  /external/bluetooth/glib/gio/
gthemedicon.c 385 icon->names = g_realloc (icon->names, sizeof (char*) * (num_names + 2));
glocalfileinfo.c 179 buffer = g_realloc (buffer, size);
478 list = g_realloc (list, list_size);
633 list = g_realloc (list, list_size);
    [all...]
gfileinfo.c 137 attributes = g_realloc (attributes, (ns_info->id + 1) * sizeof (char **));
210 attributes[ns_info->id] = g_realloc (attributes[ns_info->id], (id + 1) * sizeof (char *));
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c     [all...]

Completed in 1838 milliseconds