HomeSort by relevance Sort by last modified time
    Searched refs:g_malloc (Results 1 - 25 of 46) sorted by null

1 2

  /external/bluetooth/glib/glib/gnulib/
g-gnulib.h 36 #define malloc g_malloc
  /external/bluetooth/glib/tests/
base64-test.c 26 data2 = g_malloc (length);
27 text = g_malloc (length * 4);
utf8-pointer.c 42 p = (gchar **) g_malloc (num_chars * sizeof (gchar *));
gio-test.c 296 seqtab = g_malloc (nkiddies * 2 * sizeof (int));
  /external/bluetooth/glib/gio/tests/
filter-streams.c 118 expected_data = g_malloc (20);
135 expected_data = g_malloc (20);
190 expected_data = g_malloc (20);
207 expected_data = g_malloc (20);
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
WorkQueueItemGtk.cpp 33 gchar* utf8 = (gchar*)g_malloc(dataSize);
  /external/bluetooth/glib/glib/
gmem.h 51 gpointer g_malloc (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
65 ((struct_type *) g_malloc (((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
gunidecomp.c 233 r = g_malloc (*result_len * sizeof (gunichar));
242 r = g_malloc (*result_len * sizeof (gunichar));
250 r = g_malloc (sizeof (gunichar));
gconvert.c 386 key = dyn_key = g_malloc (len_from_codeset + len_to_codeset + 2);
625 outp = dest = g_malloc (outbuf_size);
910 outp = dest = g_malloc (outbuf_size);
    [all...]
gutf8.c 1057 result = g_malloc (result_length + 1);
1183 result = g_malloc (n_bytes + 1);
    [all...]
gstrfuncs.c 119 new_mem = g_malloc (byte_size);
506 copy = g_malloc (end - nptr + 1 + decimal_point_len);
536 copy = g_malloc (end - (char *)nptr + 1);
    [all...]
gmem.c 123 g_malloc (gsize n_bytes) function
250 * Checks whether the allocator used by g_malloc() is the system's
252 * malloc() can be used interchangeable with memory allocated using g_malloc().
258 * Return value: if %TRUE, malloc() and g_malloc() can be mixed.
707 /* don't use g_malloc/g_message here */
  /external/bluetooth/glib/gmodule/
gmodule-ar.c 83 member = g_malloc(name_len+1);
gmodule-win32.c 189 modules = g_malloc (size);
  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 359 status_code = g_malloc (status_code_len);
389 status_text = g_malloc (status_text_len);
442 *header = g_malloc (header_len);
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem_tracker.c 64 static mem_track_malloc_func g_malloc = malloc; variable
71 # define MEM_TRACK_MALLOC g_malloc
781 g_malloc = g_malloc_l;
vpx_mem.c 118 g_malloc_func g_malloc; member in struct:GLOBAL_FUNC_POINTERS
128 # define VPX_MALLOC_L g_func->g_malloc
858 g_func->g_malloc = g_malloc_l;
860 g_func->g_malloc = 0;
  /external/libvpx/vpx_mem/
vpx_mem.c 56 g_malloc_func g_malloc; member in struct:GLOBAL_FUNC_POINTERS
65 # define VPX_MALLOC_L g_func->g_malloc
688 g_func->g_malloc = g_malloc_l;
vpx_mem_tracker.c 63 static mem_track_malloc_func g_malloc = malloc; variable
70 # define MEM_TRACK_MALLOC g_malloc
792 g_malloc = g_malloc_l;
  /external/bluetooth/glib/gio/
gdatainputstream.c 800 line = g_malloc (found_pos + newline_len + 1);
919 data_until = g_malloc (found_pos + stop_char_len + 1);
958 data->line = g_malloc (read_length + 1);
    [all...]
glocalfileinfo.c 161 buffer = g_malloc (size);
308 escaped_str = g_malloc (len + num_invalid*3 + 1);
350 unescaped_str = g_malloc (len + 1);
416 value_p = g_malloc (len+1);
469 list = g_malloc (list_size);
573 value_p = g_malloc (len + 1);
624 list = g_malloc (list_size);
    [all...]
gbufferedoutputstream.c 212 buffer = g_malloc (size);
221 priv->buffer = g_malloc (size);
gdummyfile.c 464 result = g_malloc (escaped_string_end - escaped_string + 1);
562 decoded->scheme = g_malloc (p - uri);
gfileattribute.c 377 escaped_val = g_malloc (len + num_invalid*3 + 1);
    [all...]
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 426 buffer = g_malloc (buffer_size);

Completed in 1175 milliseconds

1 2